]> git.ipfire.org Git - ipfire-3.x.git/blame - popt/popt.nm
popt: Move libs to /usr.
[ipfire-3.x.git] / popt / popt.nm
CommitLineData
b685bb18 1###############################################################################
802ea3af
MT
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
b685bb18
MT
4###############################################################################
5
802ea3af
MT
6name = popt
7version = 1.15
360584c3 8release = 3
b685bb18 9
802ea3af
MT
10groups = System/Libraries
11url = http://www.rpm5.org/
12license = MIT
13summary = C library for parsing command line parameters.
b685bb18 14
802ea3af
MT
15description
16 Popt is a C library for parsing command line parameters. Popt was
17 heavily influenced by the getopt() and getopt_long() functions, but
b685bb18 18 it improves on them by allowing more powerful argument expansion.
802ea3af 19end
5229d806 20
802ea3af 21source_dl =
7108af4b 22
802ea3af
MT
23packages
24 package %{name}
1f9bc2f0 25
802ea3af
MT
26 package %{name}-devel
27 template DEVEL
28 end
1f9bc2f0
MT
29
30 package %{name}-debuginfo
31 template DEBUGINFO
32 end
802ea3af 33end