easyconfigs-it4i/p/pkg-config/pkg-config-0.27.1-goolf-1.4.10.eb
Lukáš Krupčík 92cb0848fe formatter
2018-10-03 07:48:02 +02:00

25 lines
752 B
Plaintext

easyblock = 'ConfigureMake'
name = 'pkg-config'
version = '0.27.1'
homepage = 'http://www.freedesktop.org/wiki/Software/pkg-config/'
description = """pkg-config is a helper tool used when compiling applications and libraries. It helps you insert the
correct compiler options on the command line so an application can use
gcc -o test test.c `pkg-config --libs --cflags glib-2.0`
for instance, rather than hard-coding values on where to find glib (or other libraries).
"""
toolchain = {'name': 'goolf', 'version': '1.4.10'}
sources = [SOURCELOWER_TAR_GZ]
source_urls = ['http://pkgconfig.freedesktop.org/releases/']
configopts = " --with-internal-glib"
sanity_check_paths = {
'files': ['bin/pkg-config'],
'dirs': []
}
moduleclass = 'devel'