]> git.ipfire.org Git - people/stevee/ipfire-3.x.git/blob - hplip/hplip.nm
Change file layout of the makefiles.
[people/stevee/ipfire-3.x.git] / hplip / hplip.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = hplip
7 version = 3.10.9
8 release = 1
9
10 groups = Applications/Printing
11 url = http://hplipopensource.com/hplip-web/index.html
12 license = GPLv2*
13 summary = HP Printer/Scanner Library (full version).
14
15 description
16 HPLIP (Hewlett-Packard Linux Imaging & Printing) is an HP-developed \
17 olution for printing, scanning, and faxing with HP inkjet and laser based \
18 printers in Linux. The HPLIP project provides printing support for 1,924 \
19 printer models. \
20 This is the full version including printer/scanner support.
21 end
22
23 source_dl =
24
25 build
26 requires
27 autoconf
28 automake
29 cups-devel
30 dbus-devel
31 gcc-c++
32 libjpeg-devel
33 libtool
34 libusb-compat-devel
35 net-snmp-devel
36 pkg-config
37 python-devel
38 sane-devel
39 end
40
41 configure_options += \
42 --sysconfdir=/etc
43 end
44
45 packages
46 package %{name}
47 end
48 end