From c1d1fd5fc8b116028e308a5d2b4229d371edb2e3 Mon Sep 17 00:00:00 2001 From: Scott McCreary Date: Tue, 12 Oct 2010 19:51:46 +0000 Subject: [PATCH] Update sqlite to 3.7.3 --- dev-db/sqlite/sqlite-3.7.3.bep | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 dev-db/sqlite/sqlite-3.7.3.bep diff --git a/dev-db/sqlite/sqlite-3.7.3.bep b/dev-db/sqlite/sqlite-3.7.3.bep new file mode 100644 index 000000000..43f867472 --- /dev/null +++ b/dev-db/sqlite/sqlite-3.7.3.bep @@ -0,0 +1,23 @@ +DESCRIPTION="SQLite is a 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-amalgamation-3.7.3.tar.gz" +REVISION="1" +STATUS_HAIKU="stable" +DEPEND="" +CHECKSUM_MD5="74fe78b264f1c434c4b159d45b78e9b7" +BUILD { + cd sqlite-3.7.3 + libtoolize --force --copy --install + aclocal + autoconf + automake + ./configure --prefix=/boot/common + make +} + +INSTALL { + cd sqlite-3.7.3 + make install +} +LICENSE="SQLite" +COPYRIGHT="Public Domain"