]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blob - 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
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = pkg-config
7 version = 0.25
8 release = 1
9
10 groups = Build Development/Tools
11 url = http://pkg-config.freedesktop.org/
12 license = GPLv2
13 summary = A tool for determining compilation options.
14
15 description
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.
19 end
20
21 source_dl =
22
23 build
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
36 end
37
38 packages
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
47 end