]> git.ipfire.org Git - ipfire-3.x.git/blob - pkg-config/pkg-config.nm
kernel: udpate to 5.2
[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.28
8 release = 1
9
10 groups = 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 = http://pkgconfig.freedesktop.org/releases/
22 sources = %{thisapp}.tar.gz
23
24 build
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
38 end
39
40 packages
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
51 end