easyconfigs-it4i/archive/d/DB/DB-6.2.23-foss-2016a.eb
2019-09-23 07:19:27 +02:00

21 lines
551 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'