wok-next rev 19947

Up ghostscript (9.22) again
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Oct 16 11:37:04 2017 +0200 (2017-10-16)
parents 625367769156
children 27028e8d3c5f
files ghostscript/receipt
line diff
     1.1 --- a/ghostscript/receipt	Mon Oct 16 11:24:08 2017 +0200
     1.2 +++ b/ghostscript/receipt	Mon Oct 16 11:37:04 2017 +0200
     1.3 @@ -43,7 +43,7 @@
     1.4  # Rules to gen a SliTaz package suitable for Tazpkg.
     1.5  genpkg_rules()
     1.6  {
     1.7 -	case "$PACKAGE" in
     1.8 +	case $PACKAGE in
     1.9  	ghostscript)
    1.10  		DEPENDS="gtk+ expat fontconfig freetype gnutls jpeg libgcrypt \
    1.11  			libgpg-error libpng tiff zlib cups xorg-libICE \
    1.12 @@ -64,7 +64,7 @@
    1.13  		rm -rf $fs/usr/bin/gs
    1.14  		;;
    1.15  	ghostscript-dev)
    1.16 -		CAT"development|Ghostscript devel file"
    1.17 +		CAT="development|Ghostscript devel file"
    1.18  		mkdir -p $fs/usr/include
    1.19  		cp -a $install/usr/include $fs/usr
    1.20  		;;