# Description: Ghostscript add-on for HP inkjet/laserjet printers # URL: http://hpinkjet.sourceforge.net/ # Maintainer: Juergen Daubert, juergen dot daubert at t-online dot de # Depends on: cups name=hpijs version=3.9.12 release=1 source=(http://download.sourceforge.net/hplip/hplip-$version.tar.gz) build () { cd hplip-$version ./configure --prefix=/usr \ --enable-hpcups-only-build \ --enable-hpcups-install \ --with-hpppddir=/usr/share/cups/model/HP \ --disable-network-build make make DESTDIR=$PKG install rm -r $PKG/usr/share/{hplip,doc} $PKG/usr/bin }