ghostscript: update to 8.70

This commit is contained in:
Juergen Daubert 2009-08-01 10:25:59 +02:00
parent e965699d50
commit ac940064c4
3 changed files with 558 additions and 558 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1,2 +1,2 @@
b13289cb2115f38f40c5e064f87e228a ghostscript-8.64.tar.bz2
526366f8cb4fda0d3d293597cc5b984b ghostscript-8.70.tar.bz2
6865682b095f8c4500c54b285ff05ef6 ghostscript-fonts-std-8.11.tar.gz

View File

@ -4,9 +4,9 @@
# Depends on: cups, fontconfig, xorg-libxt, xorg-libxext
name=ghostscript
version=8.64
version=8.70
release=1
source=(http://dl.sourceforge.net/sourceforge/$name/$name-$version.tar.bz2 \
source=(http://ghostscript.com/releases/$name-$version.tar.bz2 \
http://dl.sourceforge.net/sourceforge/gs-fonts/$name-fonts-std-8.11.tar.gz)
build () {
@ -17,13 +17,13 @@ build () {
--enable-cups \
--disable-gtk \
--with-drivers=ALL
make -j1 so
make so
make DESTDIR=$PKG install soinstall
cp -r $SRC/fonts $PKG/usr/share/ghostscript
mv $PKG/usr/bin/gsc $PKG/usr/bin/gs
rm $PKG/usr/bin/gsx
chown root:lp $PKG/etc/cups
rm -r $PKG/usr/{share/ghostscript/$version/{examples,doc},man/de}
rm $PKG/usr/share/ghostscript/fonts/[CRT]*
}