]> git.ipfire.org Git - people/arne_f/ipfire-3.x.git/blame - hplip/hplip.nm
cracklib: Fix setting password issue on x86_64 (#10074).
[people/arne_f/ipfire-3.x.git] / hplip / hplip.nm
CommitLineData
22285c94 1###############################################################################
802ea3af
MT
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
22285c94
SS
4###############################################################################
5
802ea3af
MT
6name = hplip
7version = 3.10.9
8release = 1
22285c94 9
802ea3af
MT
10groups = Applications/Printing
11url = http://hplipopensource.com/hplip-web/index.html
12license = GPLv2*
13summary = HP Printer/Scanner Library (full version).
22285c94 14
802ea3af 15description
22285c94
SS
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.
802ea3af
MT
21end
22
23source_dl =
24
25build
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 += \
22285c94 42 --sysconfdir=/etc
802ea3af
MT
43end
44
45packages
46 package %{name}
47 end
1f9bc2f0
MT
48
49 package %{name}-debuginfo
50 template DEBUGINFO
51 end
802ea3af 52end