diff options
author | sibel <lesibel@free.fr> | 2011-04-21 17:13:53 +0200 |
---|---|---|
committer | sibel <lesibel@free.fr> | 2011-04-21 17:13:53 +0200 |
commit | 42f81cc36d8d8cdc277e63e34149d9c78c689e99 (patch) | |
tree | 24f26a345989b2b4b82444b269d3516425cba0c9 /extra/ghostscript/Pkgfile | |
parent | 8bd92ddf2599d814b6b49d0de40c1e65499d2bb4 (diff) | |
download | nutyx-extra-42f81cc36d8d8cdc277e63e34149d9c78c689e99.tar.gz nutyx-extra-42f81cc36d8d8cdc277e63e34149d9c78c689e99.tar.bz2 nutyx-extra-42f81cc36d8d8cdc277e63e34149d9c78c689e99.tar.xz nutyx-extra-42f81cc36d8d8cdc277e63e34149d9c78c689e99.zip |
ghostscript, maj 9.02-1
Diffstat (limited to 'extra/ghostscript/Pkgfile')
-rwxr-xr-x | extra/ghostscript/Pkgfile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/extra/ghostscript/Pkgfile b/extra/ghostscript/Pkgfile index 74114f72d..131ed7a7e 100755 --- a/extra/ghostscript/Pkgfile +++ b/extra/ghostscript/Pkgfile @@ -6,16 +6,17 @@ # Run on: libcups,fontconfig,kerberos name=ghostscript -version=9.01 +version=9.02 release=1 -source=( http://ghostscript.com/releases/$name-$version.tar.gz \ +source=( http://downloads.ghostscript.com/public/$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 ) build() { unset MAKEFLAGS cd $name-$version + cd ijs ./autogen.sh ./configure --prefix=/usr --enable-shared --disable-static @@ -25,7 +26,7 @@ build() { cd .. ./configure --prefix=/usr --enable-dynamic --enable-threads --with-ijs \ --with-jbig2dec --with-omni --with-x --with-drivers=ALL \ - --with-fontpath=/usr/share/fonts/Type1:/usr/share/fonts + --with-fontpath=/usr/share/fonts/Type1:/usr/share/fonts make make DESTDIR=$PKG install soinstall |