17 lines
491 B
Plaintext
17 lines
491 B
Plaintext
# Description: Filter script to convert PostScript data into the printers nativ format
|
|
# URL: http://linuxprinting.org
|
|
# Maintainer: Juergen Daubert, juergen dot daubert at t-online dot de
|
|
# Depends on: ghostscript
|
|
|
|
name=foomatic-filters
|
|
version=4.0.0
|
|
release=1
|
|
source=(http://www.linuxprinting.org/download/foomatic/$name-$version.tar.gz)
|
|
|
|
build () {
|
|
cd $name-$version
|
|
./configure --prefix=/usr --mandir=/usr/man
|
|
make
|
|
make DESTDIR=$PKG install-main install-cups
|
|
}
|