wok-stable diff gutenprint/receipt @ rev 12465

Up e2fsprogs (1.44.2)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Mar 04 18:42:23 2019 +0100 (2019-03-04)
parents c52ad5bc3816
children
line diff
     1.1 --- a/gutenprint/receipt	Fri Sep 17 14:46:53 2010 +0000
     1.2 +++ b/gutenprint/receipt	Mon Mar 04 18:42:23 2019 +0100
     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