wok rev 10152
Up: gutenprint to 5.2.7.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Fri May 20 19:30:10 2011 +0000 (2011-05-20) |
parents | c397d3775423 |
children | f99bd1784ef1 |
files | gutenprint-dev/receipt gutenprint/receipt |
line diff
1.1 --- a/gutenprint-dev/receipt Fri May 20 19:27:46 2011 +0000 1.2 +++ b/gutenprint-dev/receipt Fri May 20 19:30:10 2011 +0000 1.3 @@ -1,10 +1,11 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="gutenprint-dev" 1.7 -VERSION="5.2.6" 1.8 +VERSION="5.2.7" 1.9 CATEGORY="development" 1.10 SHORT_DESC="Ghostscript devel file" 1.11 MAINTAINER="jozee@slitaz.org" 1.12 +DEPENDS="gutenprint" 1.13 WANTED="gutenprint" 1.14 WEB_SITE="http://gimp-print.sourceforge.net/" 1.15
2.1 --- a/gutenprint/receipt Fri May 20 19:27:46 2011 +0000 2.2 +++ b/gutenprint/receipt Fri May 20 19:30:10 2011 +0000 2.3 @@ -2,7 +2,7 @@ 2.4 2.5 2.6 PACKAGE="gutenprint" 2.7 -VERSION="5.2.6" 2.8 +VERSION="5.2.7" 2.9 CATEGORY="system-tools" 2.10 SHORT_DESC="Top quality printer drivers for Canon, Epson" 2.11 MAINTAINER="jozee@slitaz.org" 2.12 @@ -11,7 +11,7 @@ 2.13 foomatic-db-engine libtasn1-dev" 2.14 TARBALL="$PACKAGE-$VERSION.tar.bz2" 2.15 WEB_SITE="http://gimp-print.sourceforge.net/" 2.16 -WGET_URL="http://downloads.sourceforge.net/gimp-print/$TARBALL" 2.17 +WGET_URL="$SF_MIRROR/gimp-print/$TARBALL" 2.18 2.19 # Rules to configure and make the package. 2.20 compile_rules() 2.21 @@ -28,7 +28,7 @@ 2.22 --disable-test \ 2.23 $CONFIGURE_ARGS && 2.24 make && 2.25 - make DESTDIR=$PWD/_pkg install 2.26 + make install 2.27 2.28 } 2.29 2.30 @@ -47,8 +47,6 @@ 2.31 cp -a $_pkg/etc $fs 2.32 2.33 # Remove docs 2.34 - rm -rf $fs/usr/share/$PACKAGE/doc 2.35 - 2.36 - 2.37 + rm -rf $fs/usr/share/$PACKAGE/doc 2.38 } 2.39