From b7751ed1243d70cc327f414524d4dea1282b31a0 Mon Sep 17 00:00:00 2001 From: Scott McCreary Date: Wed, 2 Jan 2013 16:28:52 +0000 Subject: [PATCH] Updated sqlite to 3.7.15.1, brp from GCI2012 student skycocker --- dev-db/sqlite/sqlite-3.7.15.1.bep | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 dev-db/sqlite/sqlite-3.7.15.1.bep diff --git a/dev-db/sqlite/sqlite-3.7.15.1.bep b/dev-db/sqlite/sqlite-3.7.15.1.bep new file mode 100644 index 000000000..b8c740e4f --- /dev/null +++ b/dev-db/sqlite/sqlite-3.7.15.1.bep @@ -0,0 +1,26 @@ +DESCRIPTION="Software library that implements a self-contained, serverless, zero-configuration, transactional SQL database engine." +HOMEPAGE="http://www.sqlite.org/" +SRC_URI="http://www.sqlite.org/sqlite-autoconf-3071501.tar.gz" +REVISION="1" +STATUS_HAIKU="stable" +DEPEND="" +CHECKSUM_MD5="a67c25afa199a11f0a37aff7ed9d2c14" +BUILD { + cd sqlite-autoconf-3071501 + libtoolize --force --copy --install + aclocal + autoconf + automake + COMMON_DOCS=`finddir B_COMMON_DOCUMENTATION_DIRECTORY` + ./configure --prefix=`finddir B_COMMON_DIRECTORY` \ + --mandir=$COMMON_DOCS/man + make +} + +INSTALL { + cd sqlite-autoconf-3071501 + make install +} + +LICENSE="SQLite" +COPYRIGHT="Public Domain"