opt/cups-filters/Pkgfile

31 lines
814 B
Plaintext
Raw Normal View History

2012-10-27 16:08:06 +02:00
# Description: Backends and filters for CUPS
# URL: https://openprinting.github.io/
2012-10-27 16:08:06 +02:00
# Maintainer: Juergen Daubert, jue at crux dot nu
# Depends on: ghostscript poppler qpdf mupdf xorg-font-dejavu-ttf
2012-10-27 16:08:06 +02:00
name=cups-filters
2021-01-09 13:16:13 +01:00
version=1.28.7
2019-05-16 08:06:44 +02:00
release=1
2017-12-20 17:00:56 +01:00
source=(https://www.openprinting.org/download/$name/$name-$version.tar.xz
2018-08-23 10:33:43 +02:00
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 \
--without-php \
2013-03-12 18:48:56 +01:00
--disable-avahi \
--disable-dbus \
2016-01-23 14:36:05 +01:00
--disable-braille \
2013-06-28 17:42:32 +02:00
--without-rcdir \
--with-browseremoteprotocols=cups
2012-10-27 16:08:06 +02:00
make
2012-10-27 16:08:06 +02:00
make DESTDIR=$PKG install
2019-03-26 17:42:19 +01:00
install -D -m 0755 $SRC/cups-browsed $PKG/etc/rc.d/cups-browsed
2012-10-27 16:08:06 +02:00
rm -r $PKG/usr/share/doc
2012-10-27 16:08:06 +02:00
}