summaryrefslogtreecommitdiff
path: root/cups-filters/Pkgfile
blob: 07c26bd9b331e8230f76bf6047201e8ade24e9e4 (plain)
    1 # Description: Backends and filters for CUPS
    2 # URL:         http://www.linuxfoundation.org/collaborate/workgroups/openprinting/pdfasstandardprintjobformat
    3 # Maintainer:  Juergen Daubert, jue at crux dot nu
    4 # Depends on:  ghostscript poppler qpdf mupdf
    5 
    6 name=cups-filters
    7 version=1.25.13
    8 release=1
    9 source=(https://www.openprinting.org/download/$name/$name-$version.tar.xz
   10         cups-browsed)
   11 
   12 build () {
   13     cd $name-$version
   14 
   15     ./configure --prefix=/usr \
   16                 --sysconfdir=/etc \
   17                 --without-php \
   18                 --disable-avahi \
   19                 --disable-dbus \
   20                 --disable-braille \
   21                 --without-rcdir \
   22                 --with-browseremoteprotocols=cups 
   23 
   24     make
   25     make DESTDIR=$PKG install
   26 
   27     install -D -m 0755 $SRC/cups-browsed $PKG/etc/rc.d/cups-browsed
   28 
   29     rm -r $PKG/usr/share/doc
   30 }

Generated by cgit