summaryrefslogtreecommitdiffstats
path: root/ghostscript/Pkgfile
diff options
context:
space:
mode:
authorpiernov <piernov@piernov.org>2012-05-20 02:53:00 +0000
committerpiernov <piernov@piernov.org>2012-05-20 02:53:00 +0000
commit8b928b1f788c8a1379c5d1b402f2eeb5185cd09c (patch)
tree23f299831ff796c14545eceaced0169e7ac31bcd /ghostscript/Pkgfile
parent0f8885eb8d3753ec6e66110e354d400c8ca29f84 (diff)
downloadnutyx-extra-8b928b1f788c8a1379c5d1b402f2eeb5185cd09c.tar.gz
nutyx-extra-8b928b1f788c8a1379c5d1b402f2eeb5185cd09c.tar.bz2
nutyx-extra-8b928b1f788c8a1379c5d1b402f2eeb5185cd09c.tar.xz
nutyx-extra-8b928b1f788c8a1379c5d1b402f2eeb5185cd09c.zip
ghostscript 9.05-1 màj port
Diffstat (limited to 'ghostscript/Pkgfile')
-rwxr-xr-xghostscript/Pkgfile10
1 files changed, 5 insertions, 5 deletions
diff --git a/ghostscript/Pkgfile b/ghostscript/Pkgfile
index 0ae959e9d..679f39a3d 100755
--- a/ghostscript/Pkgfile
+++ b/ghostscript/Pkgfile
@@ -6,23 +6,22 @@
# Run on: libcups,fontconfig,kerberos
name=ghostscript
-version=9.04
+version=9.05
release=1
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
- ghostscript-cups-rgbw.patch)
+ http://ftp.gnu.org/pub/gnu/ghostscript/gnu-gs-fonts-other-6.0.tar.gz)
build() {
unset MAKEFLAGS
cd $name-$version
- patch -p1 < ../ghostscript-cups-rgbw.patch
rm -rf jpeg libpng zlib jasper expat tiff lcms freetype
cd ijs
./autogen.sh
- ./configure --prefix=/usr --enable-shared --disable-static
+ ./configure --prefix=/usr \
+ --enable-shared
make
make DESTDIR=$PKG install
cd ..
@@ -32,6 +31,7 @@ build() {
--enable-fontconfig \
--enable-freetype \
--disable-compile-inits \
+ --with-system-libtiff \
--with-ijs \
--with-jbig2dec \
--with-omni \