mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-16 03:38:05 +01:00
18 lines
546 B
Plaintext
18 lines
546 B
Plaintext
name = 'DB'
|
|
version = '6.2.23'
|
|
|
|
homepage = 'http://www.oracle.com/technetwork/products/berkeleydb'
|
|
description = """Berkeley DB enables the development of custom data management solutions,
|
|
without the overhead traditionally associated with such custom projects."""
|
|
|
|
toolchain = {'name': 'foss', 'version': '2016a'}
|
|
|
|
# download via http://www.oracle.com/technetwork/products/berkeleydb/downloads/, requires registration
|
|
sources = [SOURCELOWER_TAR_GZ]
|
|
|
|
sanity_check_paths = {
|
|
'files': ["include/db.h"],
|
|
'dirs': [],
|
|
}
|
|
|
|
moduleclass = 'tools' |