]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blame - 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
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
8release = 1
8ac49cd1 9
802ea3af
MT
10groups = Build Development/Tools
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}
40 # Say we provide an alternative spelling of the package name.
41 provides = pkgconfig
42 end
1f9bc2f0
MT
43
44 package %{name}-debuginfo
45 template DEBUGINFO
46 end
802ea3af 47end