# Description: HP Printing and Imaging for Linux (Includes HPIJS) # URL: http://hplip.sourceforge.net/ # Maintainer: unmaintained, maintainer-wanted at crux dot nu # Packager: Diederick de Vries # Depends on: net-snmp, foomatic-filters # Nice to have: pyqt, libgphoto2 name=hplip version=2.8.5 release=1 source=(http://dl.sourceforge.net/sourceforge/$name/$name-$version.tar.gz \ hplip.desktop) build() { cd $name-$version ./configure --prefix=/usr --enable-foomatic-ppd-install make clean make make DESTDIR=$PKG install rm -rf $PKG/usr/share/doc install -D -m 0644 $SRC/hplip.desktop $PKG/usr/share/applications/hplip.desktop chown -R root:root $PKG }