New package: hplip-3.12.4.
This commit is contained in:
parent
8a84fb2e28
commit
0cf00aed7e
@ -988,3 +988,5 @@ libnetsnmpmibs.so.30 libnet-snmp net-snmp-devel
|
||||
libnetsnmptrapd.so.30 libnet-snmp net-snmp-devel
|
||||
libieee1284.so.3 libieee1284 libieee1284-devel
|
||||
libsane.so.1 libsane sane-devel
|
||||
libhpmud.so.0 hplip hplip
|
||||
libhpip.so.0 hplip hplip
|
||||
|
15
srcpkgs/hplip/hplip.rshlibs
Normal file
15
srcpkgs/hplip/hplip.rshlibs
Normal file
@ -0,0 +1,15 @@
|
||||
libusb-0.1.so.4
|
||||
libpthread.so.0
|
||||
libnetsnmp.so.30
|
||||
libcrypto.so.1
|
||||
libc.so.6
|
||||
libm.so.6
|
||||
libcups.so.2
|
||||
libsane.so.1
|
||||
libjpeg.so.8
|
||||
libdl.so.2
|
||||
libcupsimage.so.2
|
||||
libdbus-1.so.3
|
||||
libstdc++.so.6
|
||||
libgcc_s.so.1
|
||||
librt.so.1
|
45
srcpkgs/hplip/template
Normal file
45
srcpkgs/hplip/template
Normal file
@ -0,0 +1,45 @@
|
||||
# Template file for 'hplip'
|
||||
pkgname=hplip
|
||||
version=3.12.4
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-gui-build --disable-hal"
|
||||
homepage="http://hplipopensource.com/"
|
||||
license="GPL-2"
|
||||
distfiles="$SOURCEFORGE_SITE/$pkgname/$pkgname-$version.tar.gz"
|
||||
short_desc="HP Linux Imaging and Printing"
|
||||
maintainer="davehome <davehome@redthumb.info.tm>"
|
||||
checksum=350375c78d79adf635a59a448b27b3fe9ab7ac622637c47125fe5f7d8a537fff
|
||||
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."
|
||||
|
||||
#XXX: pyqt pkgs for python gui
|
||||
|
||||
Add_dependency build pkg-config
|
||||
Add_dependency build automake
|
||||
Add_dependency build libtool
|
||||
Add_dependency build python-devel
|
||||
Add_dependency build libxml2-python
|
||||
Add_dependency build cups-devel
|
||||
Add_dependency build sane-devel
|
||||
Add_dependency build ghostscript-devel
|
||||
Add_dependency build net-snmp-devel
|
||||
Add_dependency build libusb-compat-devel
|
||||
Add_dependency build jpeg-devel
|
||||
Add_dependency build dbus-devel
|
||||
Add_dependency build polkit-devel
|
||||
|
||||
Add_dependency full python
|
||||
Add_dependency full foomatic-db
|
||||
Add_dependency full foomatic-db-engine
|
||||
Add_dependency full desktop-file-utils
|
||||
|
||||
post_install() {
|
||||
rm -rf $DESTDIR/usr/share/hal
|
||||
rm -f $DESTDIR/etc/sane.d/dll.conf
|
||||
vmkdir lib
|
||||
mv $DESTDIR/etc/udev $DESTDIR/lib
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user