]> git.ipfire.org Git - ipfire-3.x.git/blame - popt/popt.nm
kernel: Disable support for 6RD
[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 6name = popt
2337efff
MT
7version = 1.16
8release = 1
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
2337efff
MT
21source_dl = http://rpm5.org/files/popt/
22
23build
24 requires
25 automake
26 end
27
28 prepare_cmds
29 for i in $(find . -name config.guess -or -name config.sub); do
30 cp -vf %{datadir}/automake-*/config.{guess,sub} $(dirname ${i})
31 done
32 end
33end
7108af4b 34
802ea3af
MT
35packages
36 package %{name}
1f9bc2f0 37
802ea3af
MT
38 package %{name}-devel
39 template DEVEL
40 end
1f9bc2f0
MT
41
42 package %{name}-debuginfo
43 template DEBUGINFO
44 end
802ea3af 45end