]> git.ipfire.org Git - ipfire-3.x.git/blob - pkg-config/pkg-config.nm
json-c: Update to version 0.17-20230812
[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.29.2
8 release = 1
9
10 groups = Development/Tools
11 url = https://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 = https://pkg-config.freedesktop.org/releases/
22
23 build
24 requires
25 m4
26 glib2-devel
27 sed
28 end
29
30 configure_options += \
31 --disable-shared \
32 --with-installed-glib
33
34 test
35 make check || true
36 end
37 end
38
39 packages
40 package %{name}
41 # Say we provide an alternative spelling of the package name.
42 provides = pkgconfig = %{thisver}
43 end
44
45 package %{name}-debuginfo
46 template DEBUGINFO
47 end
48 end