foomatic-filters: update to 4.0.0

This commit is contained in:
Juergen Daubert 2009-01-16 16:30:25 +01:00
parent b3e998c6ca
commit 8f97ff25cf
3 changed files with 7 additions and 8 deletions

View File

@ -1,6 +1,5 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/foomatic-gswrapper
-rwxr-xr-x root/root usr/bin/foomatic-rip
drwxr-xr-x root/root usr/etc/
drwxr-xr-x root/root usr/etc/foomatic/
@ -9,9 +8,10 @@ drwxr-xr-x root/root usr/etc/foomatic/direct/
-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/
-rwxr-xr-x root/root usr/lib/cups/backend/beh
drwxr-xr-x root/root usr/lib/cups/filter/
lrwxrwxrwx root/root usr/lib/cups/filter/foomatic-rip -> /usr/bin/foomatic-rip
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/foomatic-gswrapper.1.gz
-rw-r--r-- root/root usr/man/man1/foomatic-rip.1.gz
-r--r--r-- root/root usr/man/man1/foomatic-rip.1.gz

View File

@ -1 +1 @@
f0f4c90fa0ae346f53bf19a165e071a6 foomatic-filters-3.0.2.tar.gz
1c77a8c86a8fb19012cd79f735564ea2 foomatic-filters-4.0.0.tar.gz

View File

@ -4,14 +4,13 @@
# Depends on: ghostscript
name=foomatic-filters
version=3.0.2
version=4.0.0
release=1
source=(http://www.linuxprinting.org/download/foomatic/$name-$version.tar.gz)
build () {
cd $name-$version
./configure --prefix=/usr
./configure --prefix=/usr --mandir=/usr/man
make
make DESTDIR=$PKG install
rm -r $PKG/usr/lib/ppr
make DESTDIR=$PKG install-main install-cups
}