mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-07 23:42:12 +01:00
34 lines
719 B
Plaintext
34 lines
719 B
Plaintext
easyblock = 'ConfigureMake'
|
|
|
|
name = 'APR-util'
|
|
version = '1.5.4'
|
|
|
|
homepage = 'http://apr.apache.org/'
|
|
description = "Apache Portable Runtime (APR) util libraries."
|
|
|
|
toolchain = {'name': 'system', 'version': ''}
|
|
|
|
source_urls = ['http://archive.apache.org/dist/apr/']
|
|
sources = [SOURCELOWER_TAR_GZ]
|
|
|
|
dependencies = [
|
|
('APR', '1.5.2'),
|
|
('SQLite', '3.17.0'),
|
|
('expat', '2.2.0'),
|
|
]
|
|
|
|
configopts = "--with-apr=$EBROOTAPR/bin/apr-1-config --with-sqlite3=$EBROOTSQLITE --with-expat=$EBROOTEXPAT "
|
|
|
|
sanity_check_paths = {
|
|
'files': [
|
|
"bin/apu-1-config",
|
|
"lib/libaprutil-1.%s" %
|
|
SHLIB_EXT,
|
|
"lib/libaprutil-1.a"],
|
|
'dirs': ["include/apr-1"],
|
|
}
|
|
|
|
parallel = 1
|
|
|
|
moduleclass = 'tools'
|