opt/foomatic-filters/Pkgfile

19 lines
523 B
Plaintext
Raw Normal View History

2006-02-23 16:26:10 +01: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 16:26:10 +01:00
# Depends on: ghostscript
name=foomatic-filters
2011-02-18 18:11:30 +01:00
version=4.0.7
2006-02-23 16:26:10 +01: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 16:26:10 +01:00
build () {
cd $name-$version
2010-02-16 18:38:38 +01:00
./configure --prefix=/usr \
--sysconfdir=/etc \
--mandir=/usr/man
2006-02-23 16:26:10 +01:00
make
2009-01-16 16:30:25 +01:00
make DESTDIR=$PKG install-main install-cups
2006-02-23 16:26:10 +01:00
}