From c46017c02278b9d195ac35616d40a009cd625d2a Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sun, 4 Dec 2011 12:02:38 +0100 Subject: fix postfix segfaults by avoidance of berkeley db --- package/tinycdb/Makefile | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 package/tinycdb/Makefile (limited to 'package/tinycdb/Makefile') diff --git a/package/tinycdb/Makefile b/package/tinycdb/Makefile new file mode 100644 index 000000000..79fa6d43e --- /dev/null +++ b/package/tinycdb/Makefile @@ -0,0 +1,28 @@ +# This file is part of the OpenADK project. OpenADK is copyrighted +# material, please see the LICENCE file in the top-level directory. + +include $(TOPDIR)/rules.mk + +PKG_NAME:= tinycdb +PKG_VERSION:= 0.77 +PKG_RELEASE:= 1 +PKG_MD5SUM:= c00e5fb96c30356ac3b67b2ab5d5641b +PKG_DESCR:= CDB implementation +PKG_SECTION:= db +PKG_URL:= http://www.corpit.ru/mjt/tinycdb/ +PKG_SITES:= http://www.corpit.ru/mjt/tinycdb/ + +DISTFILES:= ${PKG_NAME}_${PKG_VERSION}.tar.gz + +include $(TOPDIR)/mk/package.mk + +$(eval $(call PKG_template,TINYCDB,tinycdb,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION})) + +CONFIG_STYLE:= manual + +tinycdb-install: + $(INSTALL_DIR) $(IDIR_TINYCDB)/usr/lib + $(INSTALL_BIN) $(WRKINST)/usr/lib/libcdb.a \ + $(IDIR_TINYCDB)/usr/lib + +include ${TOPDIR}/mk/pkg-bottom.mk -- cgit v1.2.3