hplip: switch to /usr.
This commit is contained in:
parent
0a166db79c
commit
31c4f64100
1 changed files with 4 additions and 6 deletions
|
@ -1,12 +1,9 @@
|
||||||
# Template file for 'hplip'
|
# Template file for 'hplip'
|
||||||
pkgname=hplip
|
pkgname=hplip
|
||||||
version=3.12.6
|
version=3.12.6
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-gui-build"
|
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
|
#XXX: pyqt pkgs for python gui
|
||||||
makedepends="pkg-config automake libtool python-devel libxml2-python cups-devel
|
makedepends="pkg-config automake libtool python-devel libxml2-python cups-devel
|
||||||
sane-devel ghostscript-devel net-snmp-devel libusb-devel jpeg-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"
|
conf_files="/etc/hp/hplip.conf"
|
||||||
short_desc="HP Linux Imaging and Printing"
|
short_desc="HP Linux Imaging and Printing"
|
||||||
maintainer="davehome <davehome@redthumb.info.tm>"
|
maintainer="davehome <davehome@redthumb.info.tm>"
|
||||||
|
homepage="http://hplipopensource.com/"
|
||||||
|
license="GPL-2"
|
||||||
|
distfiles="$SOURCEFORGE_SITE/$pkgname/$pkgname-$version.tar.gz"
|
||||||
checksum=54578000792969adb583e75efeacb9c46ab69659ec7e9424de390613f3595775
|
checksum=54578000792969adb583e75efeacb9c46ab69659ec7e9424de390613f3595775
|
||||||
long_desc="
|
long_desc="
|
||||||
HPLIP (Hewlett-Packard Linux Imaging and Printing) is an HP-developed solution
|
HPLIP (Hewlett-Packard Linux Imaging and Printing) is an HP-developed solution
|
||||||
|
@ -26,6 +26,4 @@ long_desc="
|
||||||
post_install() {
|
post_install() {
|
||||||
rm -rf $DESTDIR/usr/share/hal
|
rm -rf $DESTDIR/usr/share/hal
|
||||||
rm -f $DESTDIR/etc/sane.d/dll.conf
|
rm -f $DESTDIR/etc/sane.d/dll.conf
|
||||||
vmkdir lib
|
|
||||||
mv $DESTDIR/etc/udev $DESTDIR/lib
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue