1 # This file is part of the OpenADK project. OpenADK is copyrighted
2 # material, please see the LICENCE file in the top-level directory.
4 include ${ADK_TOPDIR}/rules.mk
9 PKG_HASH
:= ddd92a930317df92021054c03992392db9ea5cddba43bef8920d392a82114fb8
10 PKG_DESCR
:= disk file format database which stores key
/data-pairs in single files
12 PKG_DEPENDS
:= libstdcxx
13 PKG_URL
:= http
://www.oracle.com
/technology
/software
/products
/berkeley-db
14 PKG_SITES
:= http
://www.openadk.org
/distfiles
/
18 DISTFILES
:= ${PKG_NAME}-${PKG_VERSION}.
tar.gz
19 WRKBUILD
= ${WRKSRC}/build_unix
21 include ${ADK_TOPDIR}/mk
/package.mk
23 $(eval
$(call PKG_template
,LIBDB
,libdb
,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION},${PKG_OPTS}))
25 CONFIGURE_PROG
:= dist/configure
26 CONFIGURE_ARGS
+= --enable-smallbuild \
29 --disable-diagnostic \
32 --enable-posixmutexes \
36 --disable-statistics \
37 --disable-replication \
38 --disable-cryptography \
42 ${INSTALL_DIR} ${IDIR_LIBDB}/usr
/lib
43 ${CP} ${WRKINST}/usr
/lib
/libdb
*.so
* ${IDIR_LIBDB}/usr
/lib
45 include ${ADK_TOPDIR}/mk
/pkg-bottom.mk