diff options
author | Juergen Daubert <jue@jue.li> | 2011-12-28 16:48:41 +0100 |
---|---|---|
committer | Juergen Daubert <jue@jue.li> | 2011-12-28 16:48:41 +0100 |
commit | 7156ddd34b8088b88942589c3c08166474cc8f89 (patch) | |
tree | 7bb67e88d8d1e5dc2ebc2bb375eac64cad493b9f /ghostscript/Pkgfile | |
parent | f5379c6aa61d43d0fa2c932852f2831824004b1e (diff) | |
download | opt-7156ddd34b8088b88942589c3c08166474cc8f89.tar.gz opt-7156ddd34b8088b88942589c3c08166474cc8f89.tar.xz |
ghostscript: update to 9.04
Diffstat (limited to 'ghostscript/Pkgfile')
-rw-r--r-- | ghostscript/Pkgfile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/ghostscript/Pkgfile b/ghostscript/Pkgfile index b70370cc2..d9f2aaf2f 100644 --- a/ghostscript/Pkgfile +++ b/ghostscript/Pkgfile @@ -4,7 +4,7 @@ # Depends on: util-linux-ng, cups, fontconfig, xorg-libxt, xorg-libxext name=ghostscript -version=9.02 +version=9.04 release=1 source=(http://downloads.ghostscript.com/public/$name-$version.tar.bz2 http://downloads.sourceforge.net/sourceforge/gs-fonts/$name-fonts-std-8.11.tar.gz) @@ -15,11 +15,12 @@ build () { ./configure --prefix=/usr \ --mandir=/usr/man \ --enable-cups \ + --with-install-cups \ --disable-gtk \ --with-drivers=ALL \ --with-fontpath=/usr/share/ghostscript/fonts:/usr/share/fonts - make -j1 so all + make so all make DESTDIR=$PKG install-so install cp -r $SRC/fonts $PKG/usr/share/ghostscript |