easyconfigs-it4i/d/DB/DB-6.2.23-foss-2016a.eb
2017-03-09 11:57:40 +01:00

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'