summaryrefslogtreecommitdiffstats
path: root/extra/ghostscript/Pkgfile
diff options
context:
space:
mode:
authorsibel <lesibel@free.fr>2011-04-21 17:13:53 +0200
committersibel <lesibel@free.fr>2011-04-21 17:13:53 +0200
commit42f81cc36d8d8cdc277e63e34149d9c78c689e99 (patch)
tree24f26a345989b2b4b82444b269d3516425cba0c9 /extra/ghostscript/Pkgfile
parent8bd92ddf2599d814b6b49d0de40c1e65499d2bb4 (diff)
downloadnutyx-pakxe-42f81cc36d8d8cdc277e63e34149d9c78c689e99.tar.gz
nutyx-pakxe-42f81cc36d8d8cdc277e63e34149d9c78c689e99.tar.bz2
nutyx-pakxe-42f81cc36d8d8cdc277e63e34149d9c78c689e99.tar.xz
nutyx-pakxe-42f81cc36d8d8cdc277e63e34149d9c78c689e99.zip
ghostscript, maj 9.02-1
Diffstat (limited to 'extra/ghostscript/Pkgfile')
-rwxr-xr-xextra/ghostscript/Pkgfile7
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