diff options
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 |