wok diff foomatic-filters/receipt @ rev 15134
yad, yad-gtk3: up 0.22.1 (yad-gtk3 may break); iso-codes up 3.45
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Thu Aug 15 11:23:37 2013 +0300 (2013-08-15) |
parents | 09aa206fc45e |
children | c8404989906f |
line diff
1.1 --- a/foomatic-filters/receipt Sun Nov 14 17:11:35 2010 +0000 1.2 +++ b/foomatic-filters/receipt Thu Aug 15 11:23:37 2013 +0300 1.3 @@ -5,13 +5,15 @@ 1.4 CATEGORY="system-tools" 1.5 SHORT_DESC="Top quality printer drivers for Canon, Epson" 1.6 MAINTAINER="jozee@slitaz.org" 1.7 -DEPENDS="ghostscript gcc-lib-base" 1.8 -BUILD_DEPENDS="ghostscript-dev cups-dev" 1.9 +LICENSE="GPL2" 1.10 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.11 WEB_SITE="http://www.linuxprinting.org/foomatic.html" 1.12 WGET_URL="http://www.openprinting.org/download/foomatic/$TARBALL" 1.13 TAGS="printer driver printing" 1.14 1.15 +DEPENDS="ghostscript gcc-lib-base" 1.16 +BUILD_DEPENDS="ghostscript-dev cups-dev cups" 1.17 + 1.18 # Rules to configure and make the package. 1.19 compile_rules() 1.20 { 1.21 @@ -21,7 +23,7 @@ 1.22 --sysconfdir=/etc \ 1.23 $CONFIGURE_ARGS && 1.24 make && 1.25 - make DESTDIR=$PWD/_pkg install 1.26 + make DESTDIR=$DESTDIR install 1.27 1.28 } 1.29 1.30 @@ -30,9 +32,9 @@ 1.31 { 1.32 mkdir -p $fs/etc $fs/usr/lib 1.33 1.34 - cp -a $_pkg/usr/bin $fs/usr 1.35 - cp -a $_pkg/usr/lib/cups $fs/usr/lib 1.36 - cp -a $_pkg/etc $fs 1.37 + cp -a $install/usr/bin $fs/usr 1.38 + cp -a $install/usr/lib/cups $fs/usr/lib 1.39 + cp -a $install/etc $fs 1.40 1.41 } 1.42