easyconfigs-it4i/a/APR/APR-1.5.2.eb

24 lines
484 B
Plaintext

easyblock = 'ConfigureMake'
name = 'APR'
version = '1.5.2'
homepage = 'http://apr.apache.org/'
description = "Apache Portable Runtime (APR) libraries."
toolchain = {'name': 'system', 'version': ''}
source_urls = ['http://archive.apache.org/dist/apr/']
sources = [SOURCELOWER_TAR_GZ]
sanity_check_paths = {
'files': [
"bin/apr-1-config",
"lib/libapr-1.%s" %
SHLIB_EXT,
"lib/libapr-1.a"],
'dirs': ["include/apr-1"],
}
moduleclass = 'tools'