diff options
author | Johannes Winkelmann <jw@smts.ch> | 2006-02-23 15:26:10 +0000 |
---|---|---|
committer | Johannes Winkelmann <jw@smts.ch> | 2006-02-23 15:26:10 +0000 |
commit | bdea7e6c6a535e57a07d376a3139d0788efaaa41 (patch) | |
tree | 1a7334c99fa39b1ad1a7a35c113b18cb0d92413c /foomatic-filters/Pkgfile | |
download | opt-bdea7e6c6a535e57a07d376a3139d0788efaaa41.tar.gz opt-bdea7e6c6a535e57a07d376a3139d0788efaaa41.tar.xz |
create branch for 2.2
Diffstat (limited to 'foomatic-filters/Pkgfile')
-rw-r--r-- | foomatic-filters/Pkgfile | 17 |
1 files changed, 17 insertions, 0 deletions
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 +} |