From bdea7e6c6a535e57a07d376a3139d0788efaaa41 Mon Sep 17 00:00:00 2001 From: Johannes Winkelmann Date: Thu, 23 Feb 2006 15:26:10 +0000 Subject: create branch for 2.2 --- foomatic-filters/Pkgfile | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 foomatic-filters/Pkgfile (limited to 'foomatic-filters/Pkgfile') diff --git a/foomatic-filters/Pkgfile b/foomatic-filters/Pkgfile new file mode 100644 index 000000000..d1b953da7 --- /dev/null +++ b/foomatic-filters/Pkgfile @@ -0,0 +1,17 @@ +# Description: Filter script to convert PostScript data into the printers nativ format +# URL: http://linuxprinting.org +# Maintainer: Jürgen Daubert, juergen dot daubert at t-online dot de +# 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 +} -- cgit v1.2.3