foomatic-filters: update to 4.0.9

This commit is contained in:
Juergen Daubert 2011-07-27 10:18:08 +02:00
parent 716a9a2200
commit ff0470cd06
2 changed files with 4 additions and 3 deletions

View File

@ -1 +1 @@
20abd25c1c98b2dae68709062a132a7d foomatic-filters-4.0.7.tar.gz
ab13aad4d96dbfca2d13653433ab8270 foomatic-filters-4.0.9.tar.gz

View File

@ -4,7 +4,7 @@
# Depends on: ghostscript
name=foomatic-filters
version=4.0.7
version=4.0.9
release=1
source=(http://www.openprinting.org/download/foomatic/$name-$version.tar.gz)
@ -12,7 +12,8 @@ build () {
cd $name-$version
./configure --prefix=/usr \
--sysconfdir=/etc \
--mandir=/usr/man
--mandir=/usr/man \
--disable-dbus
make
make DESTDIR=$PKG install-main install-cups
}