]> git.ipfire.org Git - people/pmueller/ipfire-3.x.git/blame_incremental - popt/popt.nm
libdb: Update to version 5.3.28
[people/pmueller/ipfire-3.x.git] / popt / popt.nm
... / ...
CommitLineData
1###############################################################################
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
4###############################################################################
5
6name = popt
7version = 1.15
8release = 3
9
10groups = System/Libraries
11url = http://www.rpm5.org/
12license = MIT
13summary = C library for parsing command line parameters.
14
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
18 it improves on them by allowing more powerful argument expansion.
19end
20
21source_dl =
22
23packages
24 package %{name}
25
26 package %{name}-devel
27 template DEVEL
28 end
29
30 package %{name}-debuginfo
31 template DEBUGINFO
32 end
33end