2012-10-27 16:08:06 +02:00
|
|
|
# Description: Backends and filters for CUPS
|
|
|
|
# URL: http://www.linuxfoundation.org/collaborate/workgroups/openprinting/pdfasstandardprintjobformat
|
|
|
|
# Maintainer: Juergen Daubert, jue at crux dot nu
|
|
|
|
# Depends on: cups poppler qpdf
|
|
|
|
|
|
|
|
name=cups-filters
|
2013-04-12 17:16:11 +02:00
|
|
|
version=1.0.34
|
2013-03-12 18:48:56 +01:00
|
|
|
release=1
|
2013-04-05 12:13:41 +02:00
|
|
|
source=(http://www.openprinting.org/download/$name/$name-$version.tar.xz
|
|
|
|
cups-browsed)
|
2012-10-27 16:08:06 +02:00
|
|
|
|
|
|
|
build () {
|
|
|
|
cd $name-$version
|
|
|
|
|
|
|
|
./configure --prefix=/usr \
|
2013-01-07 18:01:44 +01:00
|
|
|
--sysconfdir=/etc \
|
2012-10-27 16:08:06 +02:00
|
|
|
--mandir=/usr/man \
|
2013-01-07 18:01:44 +01:00
|
|
|
--without-php \
|
2013-03-12 18:48:56 +01:00
|
|
|
--disable-avahi \
|
2013-03-22 09:34:18 +01:00
|
|
|
--without-rcdir
|
2012-10-27 16:08:06 +02:00
|
|
|
|
2012-11-30 09:25:31 +01:00
|
|
|
make
|
2012-10-27 16:08:06 +02:00
|
|
|
make DESTDIR=$PKG install
|
2013-04-05 12:13:41 +02:00
|
|
|
|
|
|
|
install -D -m 0755 $SRC/cups-browsed $PKG/etc/rc.d/cups-browsed
|
2012-10-27 16:08:06 +02:00
|
|
|
|
2013-04-05 12:13:41 +02:00
|
|
|
rm -r $PKG/usr/share/doc
|
2012-10-27 16:08:06 +02:00
|
|
|
}
|