]> git.ipfire.org Git - ipfire-3.x.git/blame - pkg-config/pkg-config.nm
pkg-config: -debuginfo package should not be in Base or Build group.
[ipfire-3.x.git] / pkg-config / pkg-config.nm
CommitLineData
8ac49cd1 1###############################################################################
802ea3af
MT
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
8ac49cd1
MT
4###############################################################################
5
802ea3af
MT
6name = pkg-config
7version = 0.25
8d190e91 8release = 2
8ac49cd1 9
8d190e91 10groups = Development/Tools
802ea3af
MT
11url = http://pkg-config.freedesktop.org/
12license = GPLv2
13summary = A tool for determining compilation options.
8ac49cd1 14
802ea3af
MT
15description
16 The pkgconfig tool determines compilation options. For each required
17 library, it reads the configuration file and outputs the necessary
8ac49cd1 18 compiler and linker flags.
802ea3af
MT
19end
20
21source_dl =
22
23build
24 requires
25 m4
26 popt-devel
27 sed
28 end
29
30 configure_options += \
31 --with-installed-popt
32
33 test
34 make check
35 end
36end
37
38packages
39 package %{name}
8d190e91
MT
40 groups += Build
41
802ea3af
MT
42 # Say we provide an alternative spelling of the package name.
43 provides = pkgconfig
44 end
1f9bc2f0
MT
45
46 package %{name}-debuginfo
47 template DEBUGINFO
48 end
802ea3af 49end