hplip: switch to /usr.

This commit is contained in:
Juan RP 2012-07-09 18:46:02 +02:00
parent 0a166db79c
commit 31c4f64100

View file

@ -1,12 +1,9 @@
# Template file for 'hplip'
pkgname=hplip
version=3.12.6
revision=1
revision=2
build_style=gnu-configure
configure_args="--disable-gui-build"
homepage="http://hplipopensource.com/"
license="GPL-2"
distfiles="$SOURCEFORGE_SITE/$pkgname/$pkgname-$version.tar.gz"
#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
@ -15,6 +12,9 @@ fulldepends="python foomatic-db foomatic-db-engine desktop-file-utils"
conf_files="/etc/hp/hplip.conf"
short_desc="HP Linux Imaging and Printing"
maintainer="davehome <davehome@redthumb.info.tm>"
homepage="http://hplipopensource.com/"
license="GPL-2"
distfiles="$SOURCEFORGE_SITE/$pkgname/$pkgname-$version.tar.gz"
checksum=54578000792969adb583e75efeacb9c46ab69659ec7e9424de390613f3595775
long_desc="
HPLIP (Hewlett-Packard Linux Imaging and Printing) is an HP-developed solution
@ -26,6 +26,4 @@ long_desc="
post_install() {
rm -rf $DESTDIR/usr/share/hal
rm -f $DESTDIR/etc/sane.d/dll.conf
vmkdir lib
mv $DESTDIR/etc/udev $DESTDIR/lib
}