2006-02-23 15:26:10 +00: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:52:09 +01:00
|
|
|
|
# Depends on: cups, fontconfig, xorg-libxt, xorg-libxext
|
2006-02-23 15:26:10 +00:00
|
|
|
|
|
|
|
|
|
name=ghostscript
|
2007-03-15 16:57:30 +01:00
|
|
|
|
version=8.15.4
|
|
|
|
|
release=1
|
|
|
|
|
source=(http://ftp.easysw.com/pub/$name/$version/espgs-$version-source.tar.bz2 \
|
2006-02-23 15:26:10 +00:00
|
|
|
|
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 12:10:38 +00:00
|
|
|
|
make install_prefix=$PKG install
|
2006-02-23 15:26:10 +00:00
|
|
|
|
cp -r $SRC/fonts $PKG/usr/share/ghostscript
|
2006-04-26 17:25:54 +00:00
|
|
|
|
|
2006-10-31 17:53:02 +01:00
|
|
|
|
chown root:lp $PKG/etc/cups
|
2006-04-26 17:25:54 +00:00
|
|
|
|
rm -r $PKG/usr/{share/ghostscript/8.15/{examples,doc},man/de}
|
|
|
|
|
rm $PKG/usr/share/ghostscript/fonts/[CRT]*
|
2006-02-23 15:26:10 +00:00
|
|
|
|
}
|