wok-next diff foomatic-filters/receipt @ rev 21727

created recipe for vbindiff
author Hans-G?nter Theisgen
date Sat Nov 21 14:32:44 2020 +0100 (2020-11-21)
parents d5aab818505e
children
line diff
     1.1 --- a/foomatic-filters/receipt	Fri Nov 02 14:15:08 2018 +0200
     1.2 +++ b/foomatic-filters/receipt	Sat Nov 21 14:32:44 2020 +0100
     1.3 @@ -12,15 +12,14 @@
     1.4  WGET_URL="http://www.openprinting.org/download/foomatic/$TARBALL"
     1.5  
     1.6  BUILD_DEPENDS="ghostscript-dev cups-dev cups a2ps autoconf"
     1.7 +DEPENDS="ghostscript gcc-lib-base"
     1.8 +
     1.9 +TAGS="printer driver printing"
    1.10  
    1.11  compile_rules() {
    1.12  	./configure $CONFIGURE_ARGS &&
    1.13  	make &&
    1.14 -	make DESTDIR=$install install
    1.15 +	make DESTDIR=$install install || return 1
    1.16 +
    1.17 +	fix symlinks
    1.18  }
    1.19 -
    1.20 -genpkg_rules() {
    1.21 -	copy @std
    1.22 -	DEPENDS="ghostscript gcc-lib-base"
    1.23 -	TAGS="printer driver printing"
    1.24 -}