summaryrefslogtreecommitdiff
path: root/cups-filters/Pkgfile
blob: be758b5b20df03e84f3452f353370c091aca8b02 (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:  cups poppler qpdf
    5 
    6 name=cups-filters
    7 version=1.0.39
    8 release=1
    9 source=(http://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                 --mandir=/usr/man \
   18                 --without-php \
   19                 --disable-avahi \
   20                 --without-rcdir \
   21                 --with-browseremoteprotocols=cups 
   22 
   23     make
   24     make DESTDIR=$PKG install
   25     
   26     install -D -m 0755 $SRC/cups-browsed $PKG/etc/rc.d/cups-browsed
   27 
   28     rm -r $PKG/usr/share/doc
   29 }

Generated by cgit