wok-next diff gutenprint/receipt @ rev 11907
xcb-util fixed symlinks. Was using absolute paths
author | Samuel Trassare <samuel_trassare@yahoo.com> |
---|---|
date | Wed Feb 29 12:26:28 2012 -0800 (2012-02-29) |
parents | c52ad5bc3816 |
children | 8a29edd59964 |
line diff
1.1 --- a/gutenprint/receipt Fri Sep 17 14:46:53 2010 +0000 1.2 +++ b/gutenprint/receipt Wed Feb 29 12:26:28 2012 -0800 1.3 @@ -2,7 +2,7 @@ 1.4 1.5 1.6 PACKAGE="gutenprint" 1.7 -VERSION="5.2.6" 1.8 +VERSION="5.2.7" 1.9 CATEGORY="system-tools" 1.10 SHORT_DESC="Top quality printer drivers for Canon, Epson" 1.11 MAINTAINER="jozee@slitaz.org" 1.12 @@ -11,7 +11,7 @@ 1.13 foomatic-db-engine libtasn1-dev" 1.14 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.15 WEB_SITE="http://gimp-print.sourceforge.net/" 1.16 -WGET_URL="http://downloads.sourceforge.net/gimp-print/$TARBALL" 1.17 +WGET_URL="$SF_MIRROR/gimp-print/$TARBALL" 1.18 1.19 # Rules to configure and make the package. 1.20 compile_rules() 1.21 @@ -28,7 +28,7 @@ 1.22 --disable-test \ 1.23 $CONFIGURE_ARGS && 1.24 make && 1.25 - make DESTDIR=$PWD/_pkg install 1.26 + make install 1.27 1.28 } 1.29 1.30 @@ -47,8 +47,6 @@ 1.31 cp -a $_pkg/etc $fs 1.32 1.33 # Remove docs 1.34 - rm -rf $fs/usr/share/$PACKAGE/doc 1.35 - 1.36 - 1.37 + rm -rf $fs/usr/share/$PACKAGE/doc 1.38 } 1.39