foomatic-filters: update to 4.0.4

This commit is contained in:
Juergen Daubert 2010-02-16 18:38:38 +01:00
parent 13fc917823
commit 0d6179e67d
3 changed files with 10 additions and 8 deletions

View File

@ -1,11 +1,11 @@
drwxr-xr-x root/root etc/
drwxr-xr-x root/root etc/foomatic/
drwxr-xr-x root/root etc/foomatic/direct/
-rw-r--r-- root/root etc/foomatic/filter.conf
-rw-r--r-- root/root etc/foomatic/filter.conf.sample
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/foomatic-rip
drwxr-xr-x root/root usr/etc/
drwxr-xr-x root/root usr/etc/foomatic/
drwxr-xr-x root/root usr/etc/foomatic/direct/
-rw-r--r-- root/root usr/etc/foomatic/filter.conf
-rw-r--r-- root/root usr/etc/foomatic/filter.conf.sample
drwxr-xr-x root/root usr/lib/
drwxr-xr-x root/root usr/lib/cups/
drwxr-xr-x root/root usr/lib/cups/backend/

View File

@ -1 +1 @@
f2fb7c48cc6b1af6f76dd0529d6dbd98 foomatic-filters-4.0.3.tar.gz
f67fc793ee8d4d076c6671d6e6a72367 foomatic-filters-4.0.4.tar.gz

View File

@ -4,13 +4,15 @@
# Depends on: ghostscript
name=foomatic-filters
version=4.0.3
version=4.0.4
release=1
source=(http://www.linuxprinting.org/download/foomatic/$name-$version.tar.gz)
build () {
cd $name-$version
./configure --prefix=/usr --mandir=/usr/man
./configure --prefix=/usr \
--sysconfdir=/etc \
--mandir=/usr/man
make
make DESTDIR=$PKG install-main install-cups
}