opt/ghostscript/Pkgfile

25 lines
790 B
Plaintext
Raw Normal View History

2006-02-23 16:26:10 +01:00
# Description: Postscript interpreter
# URL: http://www.cs.wisc.edu/~ghost/doc/gnu/index.htm
# Maintainer: J<>rgen Daubert, juergen dot daubert at t-online dot de
2007-01-06 12:01:14 +01:00
# Depends on: cups, xorg-libxt
2006-02-23 16:26:10 +01:00
name=ghostscript
2006-09-29 14:10:38 +02:00
version=8.15.3
release=2
2006-02-23 16:26:10 +01:00
source=(ftp://ftp3.easysw.com/pub/$name/$version/espgs-$version-source.tar.bz2 \
http://dl.sourceforge.net/sourceforge/gs-fonts/$name-fonts-std-8.11.tar.gz)
build () {
cd espgs-$version
./configure --prefix=/usr \
--enable-cups \
--with-drivers=ALL
make
2006-09-29 14:10:38 +02:00
make install_prefix=$PKG install
2006-02-23 16:26:10 +01:00
cp -r $SRC/fonts $PKG/usr/share/ghostscript
2006-04-26 19:25:54 +02:00
chown root:lp $PKG/etc/cups
2006-04-26 19:25:54 +02:00
rm -r $PKG/usr/{share/ghostscript/8.15/{examples,doc},man/de}
rm $PKG/usr/share/ghostscript/fonts/[CRT]*
2006-02-23 16:26:10 +01:00
}