opt/foomatic-filters/Pkgfile

20 lines
570 B
Plaintext

# Description: Filter script to convert PostScript data into the printers nativ format
# URL: http://openprinting.org
# Maintainer: Juergen Daubert, jue at crux dot nu
# Depends on: ghostscript cups-filters
name=foomatic-filters
version=4.0.17
release=1
source=(http://www.openprinting.org/download/foomatic/$name-$version.tar.gz)
build () {
cd $name-$version
./configure --prefix=/usr \
--sysconfdir=/etc \
--mandir=/usr/man \
--disable-dbus
make
make DESTDIR=$PKG install-main install-cups
}