]> git.ipfire.org Git - people/pmueller/ipfire-3.x.git/blame - popt/popt.nm
elfutils: Correctly configure debuginfod
[people/pmueller/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
09a15e60 7version = 1.19
8e3ecbd9 8release = 1.1
b685bb18 9
802ea3af 10groups = System/Libraries
09a15e60 11url = https://github.com/rpm-software-management/popt
802ea3af
MT
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
09a15e60
SS
21source_dl = https://github.com/rpm-software-management/popt/archive/refs/tags/
22sources = %{thisapp}-release.tar.gz
2337efff
MT
23
24build
8e3ecbd9 25 DIR_APP = %{DIR_SRC}/popt-popt-%{version}-release
09a15e60 26
2337efff 27 requires
8e3ecbd9 28 autoconf
2337efff 29 automake
8e3ecbd9 30 gettext-devel
2337efff
MT
31 end
32
33 prepare_cmds
09a15e60 34 ./autogen.sh
2337efff
MT
35 end
36end
7108af4b 37
802ea3af
MT
38packages
39 package %{name}
1f9bc2f0 40
802ea3af
MT
41 package %{name}-devel
42 template DEVEL
43 end
1f9bc2f0
MT
44
45 package %{name}-debuginfo
46 template DEBUGINFO
47 end
802ea3af 48end