1
0
forked from ports/opt

foomatic-filters: removed, replaced by cups-filters

This commit is contained in:
Juergen Daubert 2014-08-20 12:28:25 +02:00
parent 6d13d41ea0
commit 8a3d6761f7
3 changed files with 0 additions and 37 deletions

View File

@ -1,17 +0,0 @@
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/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/
-r--r--r-- root/root usr/man/man1/foomatic-rip.1.gz

View File

@ -1 +0,0 @@
b05f5dcbfe359f198eef3df5b283d896 foomatic-filters-4.0.17.tar.gz

View File

@ -1,19 +0,0 @@
# Description: Filter script to convert PostScript data into the printers nativ format
# URL: http://openprinting.org
# Maintainer: Juergen Daubert, jue at crux dot nu
# Depends on: ghostscript cups-filters
name=foomatic-filters
version=4.0.17
release=1
source=(http://www.openprinting.org/download/foomatic/$name-$version.tar.gz)
build () {
cd $name-$version
./configure --prefix=/usr \
--sysconfdir=/etc \
--mandir=/usr/man \
--disable-dbus
make
make DESTDIR=$PKG install-main install-cups
}