diff options
author | sibel <lesibel at free dot fr> | 2010-09-20 12:49:38 +0200 |
---|---|---|
committer | sibel <lesibel at free dot fr> | 2010-09-20 12:49:38 +0200 |
commit | 31f2ff0cc9db0778d0567d3a317b38a1e83f1e0a (patch) | |
tree | 9c64b7d6514e13f77925883a2912faeb4040d0c7 /extra | |
parent | 68e620b02b2169c993db596b9d7d4bccb3853949 (diff) | |
download | nutyx-pakxe-31f2ff0cc9db0778d0567d3a317b38a1e83f1e0a.tar.gz nutyx-pakxe-31f2ff0cc9db0778d0567d3a317b38a1e83f1e0a.tar.bz2 nutyx-pakxe-31f2ff0cc9db0778d0567d3a317b38a1e83f1e0a.tar.xz nutyx-pakxe-31f2ff0cc9db0778d0567d3a317b38a1e83f1e0a.zip |
maj deps et MAKEFLAGS de ghostscript#8.71-2
Diffstat (limited to 'extra')
-rwxr-xr-x | extra/ghostscript/Pkgfile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/extra/ghostscript/Pkgfile b/extra/ghostscript/Pkgfile index 84fb3a86b..8c7b4d913 100755 --- a/extra/ghostscript/Pkgfile +++ b/extra/ghostscript/Pkgfile @@ -2,17 +2,18 @@ # URL: http://www.ghostscript.com/awki # Maintainer: NuTyX core team # Packager: thierryn1 at hispeed dot ch -# Depends on: libcups, fontconfig, kerberos +# Depends on: libtool, libcups, fontconfig, kerberos name=ghostscript version=8.71 -release=1 +release=2 source=( http://ghostscript.com/releases/$name-$version.tar.gz \ ftp://mirror.cs.wisc.edu/pub/mirrors/ghost/fonts/ghostscript-fonts-std-8.11.tar.gz\ http://ftp.gnu.org/pub/gnu/ghostscript/gnu-gs-fonts-other-6.0.tar.gz ghostscript-fPIC.patch) build() { + unset MAKEFLAGS cd $name-$version if [ "`uname -m`" == "x86_64" ]; then |