wok diff foomatic-filters/receipt @ rev 23304
updated perl-convert-asn1 (0.22 -> 0.27)
author | Hans-G?nter Theisgen |
---|---|
date | Sun Mar 29 17:14:16 2020 +0100 (2020-03-29) |
parents | fd22b033a84a |
children | bfabe25c21ff |
line diff
1.1 --- a/foomatic-filters/receipt Sun Dec 08 08:52:14 2013 +0000 1.2 +++ b/foomatic-filters/receipt Sun Mar 29 17:14:16 2020 +0100 1.3 @@ -1,40 +1,38 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="foomatic-filters" 1.7 -VERSION="4.0.5" 1.8 +VERSION="4.0.17" 1.9 CATEGORY="system-tools" 1.10 -SHORT_DESC="Top quality printer drivers for Canon, Epson" 1.11 +TAGS="printer driver printing" 1.12 +SHORT_DESC="Foomatic filters needed to run print queues with Foomatic PPDs." 1.13 MAINTAINER="jozee@slitaz.org" 1.14 LICENSE="GPL2" 1.15 +WEB_SITE="https://wiki.linuxfoundation.org/openprinting/database/foomatic" 1.16 + 1.17 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.18 -WEB_SITE="http://www.linuxprinting.org/foomatic.html" 1.19 WGET_URL="http://www.openprinting.org/download/foomatic/$TARBALL" 1.20 -TAGS="printer driver printing" 1.21 1.22 -DEPENDS="ghostscript gcc-lib-base" 1.23 -BUILD_DEPENDS="ghostscript-dev cups-dev cups a2ps autoconf" 1.24 +DEPENDS="gcc-lib-base ghostscript" 1.25 +BUILD_DEPENDS="a2ps autoconf cups cups-dev dbus-dev ghostscript-dev" 1.26 1.27 # Rules to configure and make the package. 1.28 compile_rules() 1.29 { 1.30 - cd $src 1.31 - ./configure \ 1.32 - --prefix=/usr \ 1.33 - --sysconfdir=/etc \ 1.34 + ./configure \ 1.35 + --prefix=/usr \ 1.36 + --sysconfdir=/etc \ 1.37 $CONFIGURE_ARGS && 1.38 make && 1.39 make DESTDIR=$DESTDIR install 1.40 - 1.41 } 1.42 1.43 # Rules to gen a SliTaz package suitable for Tazpkg. 1.44 genpkg_rules() 1.45 { 1.46 - mkdir -p $fs/etc $fs/usr/lib 1.47 - 1.48 - cp -a $install/usr/bin $fs/usr 1.49 - cp -a $install/usr/lib/cups $fs/usr/lib 1.50 - cp -a $install/etc $fs 1.51 - 1.52 + mkdir -p $fs/etc 1.53 + mkdir -p $fs/usr/lib 1.54 + 1.55 + cp -a $install/usr/bin $fs/usr 1.56 + cp -a $install/usr/lib/cups $fs/usr/lib 1.57 + cp -a $install/etc $fs 1.58 } 1.59 -