Skip to content
Snippets Groups Projects
Commit c8fb87fc authored by Damian Alvarez's avatar Damian Alvarez
Browse files

Merge branch '2023' into '2023'

Re-add pkgconf in SYSTEM, since it is needed by OpenSSL

See merge request software-team/easybuild!1370
parents 4dc8ea06 cb56320c
Branches
No related tags found
No related merge requests found
easyblock = 'ConfigureMake'
name = 'pkgconf'
version = '1.8.0'
homepage = 'https://github.com/pkgconf/pkgconf'
description = """pkgconf is a program which helps to configure compiler and linker flags for development libraries.
It is similar to pkg-config from freedesktop.org."""
toolchain = SYSTEM
source_urls = ['https://distfiles.dereferenced.org/pkgconf/']
sources = [SOURCELOWER_TAR_GZ]
checksums = ['d7b6fdb522d81c11f5a0e0a0629a9f5480809ec90e595058674c1517822dfb8c']
# add pkgconfig directories in the system to list of default search paths
preconfigopts = 'EB_SYS_PC_PATH=":$(find /usr -xdev -type d -name "pkgconfig" -printf %p: 2>/dev/null)";'
configopts = '--with-pkg-config-dir="%(installdir)s/lib/pkgconfig:%(installdir)s/share/pkgconfig${EB_SYS_PC_PATH%:}"'
postinstallcmds = ["cd %(installdir)s/bin && ln -s pkgconf pkg-config"]
sanity_check_paths = {
'files': ['bin/pkg-config', 'bin/pkgconf'],
'dirs': [],
}
sanity_check_commands = [
"pkg-config --help",
"pkgconf --help",
]
moduleclass = 'devel'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment