wok-next rev 19945

Up ghostscript (9.22)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Oct 16 11:04:00 2017 +0200 (2017-10-16)
parents e4955bbfdad0
children 625367769156
files ghostscript/receipt
line diff
     1.1 --- a/ghostscript/receipt	Mon Oct 16 10:23:11 2017 +0200
     1.2 +++ b/ghostscript/receipt	Mon Oct 16 11:04:00 2017 +0200
     1.3 @@ -1,15 +1,14 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="ghostscript"
     1.7 -VERSION="9.02"
     1.8 +VERSION="9.22"
     1.9  CATEGORY="office"
    1.10  SHORT_DESC="Ghostscript tools and utilities."
    1.11  MAINTAINER="jozee@slitaz.org"
    1.12  LICENSE="GPL3"
    1.13 -TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.14 +TARBALL="$PACKAGE-$VERSION.tar.xz"
    1.15  WEB_SITE="http://pages.cs.wisc.edu/~ghost/"
    1.16 -#WGET_URL="http://mirror.cs.wisc.edu/pub/mirrors/ghost/GPL/gs862/$TARBALL"
    1.17 -WGET_URL="http://downloads.ghostscript.com/public/$TARBALL"
    1.18 +WGET_URL="https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs${VERSION/./}/$TARBALL"
    1.19  
    1.20  DEPENDS="gtk+ expat fontconfig freetype gnutls jpeg libgcrypt libgpg-error \
    1.21  libpng tiff zlib cups xorg-libICE xorg-libSM xorg-libX11 xorg-libXau \
    1.22 @@ -51,9 +50,6 @@
    1.23  	cp -a $install/usr/bin $fs/usr
    1.24  	cp -a $install/usr/lib $fs/usr
    1.25  	cp -a $install/usr/share/$PACKAGE $fs/usr/share
    1.26 -	# if cups-dev installed
    1.27 -	cp -a $install/usr/share/cups $fs/usr/share
    1.28 -	cp -a $install/etc $fs
    1.29  	# Remove doc and examples
    1.30  	rm -rf $fs/usr/share/$PACKAGE/$VERSION/doc
    1.31  	rm -rf $fs/usr/share/$PACKAGE/$VERSION/examples