forked from ports/contrib
hplip: NEW port
This commit is contained in:
parent
93263740c7
commit
55f6b7b36a
1907
hplip/.footprint
Normal file
1907
hplip/.footprint
Normal file
File diff suppressed because it is too large
Load Diff
2
hplip/.md5sum
Normal file
2
hplip/.md5sum
Normal file
@ -0,0 +1,2 @@
|
||||
ba00337ccf1b520509518bffbec960db hplip-2.7.12.tar.gz
|
||||
bbd596b84178dddfacd0eb39941ee1b3 hplip.desktop
|
22
hplip/Pkgfile
Normal file
22
hplip/Pkgfile
Normal file
@ -0,0 +1,22 @@
|
||||
# Description: HP Printing and Imaging for Linux (Includes HPIJS)
|
||||
# URL: http://hplip.sourceforge.net/
|
||||
# Maintainer: James Mills, prologic at shortcircuit dot net dot au
|
||||
# Packager: Diederick de Vries <diederick at diederickdevries dot net>
|
||||
#
|
||||
# Depends on: net-snmp, pyqt, foomatic-filters, libgphoto2
|
||||
|
||||
name=hplip
|
||||
version=2.7.12
|
||||
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
|
||||
install -D -m 0644 $SRC/hplip.desktop $PKG/usr/share/applications/hplip.desktop
|
||||
chown -R root:root $PKG
|
||||
}
|
9
hplip/README
Normal file
9
hplip/README
Normal file
@ -0,0 +1,9 @@
|
||||
There is no daemon to start anymore.
|
||||
|
||||
POST-INSTALL
|
||||
|
||||
To setup, do hp-setup as root.
|
||||
|
||||
The HP Device Manager program is called hp-toolbox when you want to start
|
||||
it from the command line.
|
||||
|
12
hplip/hplip.desktop
Normal file
12
hplip/hplip.desktop
Normal file
@ -0,0 +1,12 @@
|
||||
[Desktop Entry]
|
||||
Encoding=UTF-8
|
||||
Type=Application
|
||||
Name=HP Device Manager
|
||||
GenericName=HP Device Manager
|
||||
Comment=View device status, ink levels and perform maintenance.
|
||||
Exec=/usr/bin/hp-toolbox
|
||||
Icon=/usr/share/hplip/data/images/HPmenu.png
|
||||
Terminal=false
|
||||
Categories=Application;Utility;
|
||||
X-KDE-StartupNotify=false
|
||||
StartupNotify=false
|
Loading…
x
Reference in New Issue
Block a user