]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blame_incremental - pkg-config/pkg-config.nm
Add a -debuginfo for every package that is not noarch.
[people/ms/ipfire-3.x.git] / pkg-config / pkg-config.nm
... / ...
CommitLineData
1###############################################################################
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
4###############################################################################
5
6name = pkg-config
7version = 0.25
8release = 1
9
10groups = Build Development/Tools
11url = http://pkg-config.freedesktop.org/
12license = GPLv2
13summary = A tool for determining compilation options.
14
15description
16 The pkgconfig tool determines compilation options. For each required
17 library, it reads the configuration file and outputs the necessary
18 compiler and linker flags.
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}
40 # Say we provide an alternative spelling of the package name.
41 provides = pkgconfig
42 end
43
44 package %{name}-debuginfo
45 template DEBUGINFO
46 end
47end