mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-07 23:42:12 +01:00
24 lines
484 B
Plaintext
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'
|