]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blame - pkg-config/pkg-config.nm
glibc: Update to 2.19.
[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 6name = pkg-config
b184c2a2 7version = 0.28
f7d84274 8release = 1
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
f7d84274
KB
21source_dl = http://pkgconfig.freedesktop.org/releases/
22sources = %{thisapp}.tar.gz
802ea3af
MT
23
24build
25 requires
26 m4
f7d84274 27 glib2-devel
802ea3af
MT
28 sed
29 end
30
31 configure_options += \
f7d84274
KB
32 --disable-shared \
33 --with-installed-glib
802ea3af
MT
34
35 test
36 make check
37 end
38end
39
40packages
41 package %{name}
8d190e91
MT
42 groups += Build
43
802ea3af
MT
44 # Say we provide an alternative spelling of the package name.
45 provides = pkgconfig
46 end
1f9bc2f0
MT
47
48 package %{name}-debuginfo
49 template DEBUGINFO
50 end
802ea3af 51end