ipfire-3.x/pkg-config/pkg-config.nm

49 lines
1.1 KiB
Plaintext

###############################################################################
# IPFire.org - An Open Source Firewall Solution #
# Copyright (C) - IPFire Development Team <info@ipfire.org> #
###############################################################################
name = pkg-config
version = 0.29.2
release = 1
groups = Development/Tools
url = https://pkg-config.freedesktop.org/
license = GPLv2
summary = A tool for determining compilation options.
description
The pkgconfig tool determines compilation options. For each required
library, it reads the configuration file and outputs the necessary
compiler and linker flags.
end
source_dl = https://pkg-config.freedesktop.org/releases/
build
requires
m4
glib2-devel
sed
end
configure_options += \
--disable-shared \
--with-installed-glib
test
make check || true
end
end
packages
package %{name}
# Say we provide an alternative spelling of the package name.
provides = pkgconfig = %{thisver}
end
package %{name}-debuginfo
template DEBUGINFO
end
end