ghostscript: update to 8.60

This commit is contained in:
Juergen Daubert 2007-08-04 09:43:07 +02:00
parent 89b08ad8b5
commit ffca1e07ca
3 changed files with 533 additions and 482 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1,2 +1,2 @@
e74e0463e0bfb1cea3db245d8e71828c espgs-8.15.4-source.tar.bz2
89fc0a90e67caf151a9d6855200c68ca ghostscript-8.60.tar.bz2
6865682b095f8c4500c54b285ff05ef6 ghostscript-fonts-std-8.11.tar.gz

View File

@ -1,24 +1,25 @@
# Description: Postscript interpreter
# URL: http://www.cs.wisc.edu/~ghost/doc/gnu/index.htm
# URL: http://www.ghostscript.com/awki
# Maintainer: Jürgen Daubert, juergen dot daubert at t-online dot de
# Depends on: cups, fontconfig, xorg-libxt, xorg-libxext
name=ghostscript
version=8.15.4
version=8.60
release=1
source=(http://ftp.easysw.com/pub/$name/$version/espgs-$version-source.tar.bz2 \
source=(http://dl.sourceforge.net/sourceforge/$name/$name-$version.tar.bz2 \
http://dl.sourceforge.net/sourceforge/gs-fonts/$name-fonts-std-8.11.tar.gz)
build () {
cd espgs-$version
cd $name-$version
./configure --prefix=/usr \
--mandir=/usr/man \
--enable-cups \
--with-drivers=ALL
make -j1
make install_prefix=$PKG install
make DESTDIR=$PKG install
cp -r $SRC/fonts $PKG/usr/share/ghostscript
chown root:lp $PKG/etc/cups
rm -r $PKG/usr/{share/ghostscript/8.15/{examples,doc},man/de}
rm -r $PKG/usr/share/ghostscript/$version/{examples,doc}
rm $PKG/usr/share/ghostscript/fonts/[CRT]*
}