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