]> git.ipfire.org Git - people/stevee/ipfire-3.x.git/blame - pkg-config/pkg-config.nm
glibc: Disable multilib support on X86_64
[people/stevee/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
a4661646 7version = 0.29.2
f7d84274 8release = 1
8ac49cd1 9
8d190e91 10groups = Development/Tools
a4661646 11url = https://pkg-config.freedesktop.org/
802ea3af
MT
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
a4661646 21source_dl = https://pkg-config.freedesktop.org/releases/
802ea3af
MT
22
23build
24 requires
25 m4
f7d84274 26 glib2-devel
802ea3af
MT
27 sed
28 end
29
30 configure_options += \
f7d84274
KB
31 --disable-shared \
32 --with-installed-glib
802ea3af
MT
33
34 test
a4661646 35 make check || true
802ea3af
MT
36 end
37end
38
39packages
40 package %{name}
41 # Say we provide an alternative spelling of the package name.
a4661646 42 provides = pkgconfig = %{thisver}
802ea3af 43 end
1f9bc2f0
MT
44
45 package %{name}-debuginfo
46 template DEBUGINFO
47 end
802ea3af 48end