12345678910111213141516171819 |
- --- template.orig 2020-11-02 22:16:48.470980000 +0600
- +++ template 2020-11-03 16:49:09.296270000 +0600
- @@ -6,3 +6,3 @@ build_style=gnu-configure
- _v=${version%.*.*}
- -configure_args="COMPILED_BY=Void --disable-optimiz-arch"
- +configure_args="COMPILED_BY='Ymir GNU/Linux-libre' --disable-optimiz-arch"
- conf_files="
- @@ -23,2 +23,10 @@ LDFLAGS+=" -Wl,-z,stack-size=1048576"
-
- +# Liberation
- +# Some code has been taken from:
- +# https://git.parabola.nu/abslibre.git/tree/libre/povray/PKGBUILD
- +post_patch() {
- + # remove nonfree documentation
- + rm -rv doc
- +}
- +
- pre_configure() {
|