2006-02-23 15:26:10 +00:00
|
|
|
# Description: Filter script to convert PostScript data into the printers nativ format
|
2010-12-16 11:41:07 +01:00
|
|
|
# URL: http://openprinting.org
|
2011-02-02 13:44:37 +01:00
|
|
|
# Maintainer: Juergen Daubert, jue at crux dot nu
|
2006-02-23 15:26:10 +00:00
|
|
|
# Depends on: ghostscript
|
|
|
|
|
|
|
|
name=foomatic-filters
|
2012-03-24 10:43:22 +01:00
|
|
|
version=4.0.15
|
2006-02-23 15:26:10 +00:00
|
|
|
release=1
|
2010-12-16 11:41:07 +01:00
|
|
|
source=(http://www.openprinting.org/download/foomatic/$name-$version.tar.gz)
|
2006-02-23 15:26:10 +00:00
|
|
|
|
|
|
|
build () {
|
|
|
|
cd $name-$version
|
2010-02-16 18:38:38 +01:00
|
|
|
./configure --prefix=/usr \
|
|
|
|
--sysconfdir=/etc \
|
2011-07-27 10:18:08 +02:00
|
|
|
--mandir=/usr/man \
|
|
|
|
--disable-dbus
|
2006-02-23 15:26:10 +00:00
|
|
|
make
|
2009-01-16 16:30:25 +01:00
|
|
|
make DESTDIR=$PKG install-main install-cups
|
2006-02-23 15:26:10 +00:00
|
|
|
}
|