void-packages/srcpkgs/hplip/template

30 lines
1.2 KiB
Text
Raw Normal View History

2012-05-18 19:01:18 +00:00
# Template file for 'hplip'
pkgname=hplip
2012-06-26 08:25:25 +00:00
version=3.12.6
2012-07-09 16:46:02 +00:00
revision=2
2012-05-18 19:01:18 +00:00
build_style=gnu-configure
2012-06-26 08:25:25 +00:00
configure_args="--disable-gui-build"
#XXX: pyqt pkgs for python gui
makedepends="pkg-config automake libtool python-devel libxml2-python cups-devel
sane-devel ghostscript-devel net-snmp-devel libusb-devel jpeg-devel
dbus-devel polkit-devel"
fulldepends="python foomatic-db foomatic-db-engine desktop-file-utils"
2012-06-26 08:25:25 +00:00
conf_files="/etc/hp/hplip.conf"
2012-05-18 19:01:18 +00:00
short_desc="HP Linux Imaging and Printing"
maintainer="davehome <davehome@redthumb.info.tm>"
2012-07-09 16:46:02 +00:00
homepage="http://hplipopensource.com/"
license="GPL-2"
distfiles="$SOURCEFORGE_SITE/$pkgname/$pkgname-$version.tar.gz"
2012-06-26 08:25:25 +00:00
checksum=54578000792969adb583e75efeacb9c46ab69659ec7e9424de390613f3595775
2012-05-18 19:01:18 +00:00
long_desc="
HPLIP (Hewlett-Packard Linux Imaging and Printing) is an HP-developed solution
for printing, scanning, and faxing with HP inkjet and laser based printers in
Linux. The HPLIP project provides printing support for 2,080 printer models,
including Deskjet, Officejet, Photosmart, PSC (Print Scan Copy), Business
Inkjet, LaserJet, Edgeline MFP, and LaserJet MFP."
post_install() {
rm -rf $DESTDIR/usr/share/hal
rm -f $DESTDIR/etc/sane.d/dll.conf
}