2006-02-23 15:26:10 +00:00
|
|
|
# Description: Filter script to convert PostScript data into the printers nativ format
|
|
|
|
# URL: http://linuxprinting.org
|
2008-07-11 09:29:19 +02:00
|
|
|
# Maintainer: Juergen Daubert, juergen dot daubert at t-online dot de
|
2006-02-23 15:26:10 +00:00
|
|
|
# Depends on: ghostscript
|
|
|
|
|
|
|
|
name=foomatic-filters
|
|
|
|
version=3.0.2
|
|
|
|
release=1
|
|
|
|
source=(http://www.linuxprinting.org/download/foomatic/$name-$version.tar.gz)
|
|
|
|
|
|
|
|
build () {
|
|
|
|
cd $name-$version
|
|
|
|
./configure --prefix=/usr
|
|
|
|
make
|
|
|
|
make DESTDIR=$PKG install
|
|
|
|
rm -r $PKG/usr/lib/ppr
|
|
|
|
}
|