From 5f0e6d4deaadbae856cfc4fc49b382b0647781bf Mon Sep 17 00:00:00 2001 From: Scott McCreary Date: Thu, 22 Apr 2010 04:01:28 +0000 Subject: [PATCH] Updated sqlite to 3.6.23 --- dev-db/sqlite/sqlite-3.6.23.bep | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 dev-db/sqlite/sqlite-3.6.23.bep diff --git a/dev-db/sqlite/sqlite-3.6.23.bep b/dev-db/sqlite/sqlite-3.6.23.bep new file mode 100644 index 000000000..0fde007a3 --- /dev/null +++ b/dev-db/sqlite/sqlite-3.6.23.bep @@ -0,0 +1,21 @@ +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.6.23.tar.gz" +REVISION="1" +STATUS_HAIKU="stable" +DEPEND="" +CHECKSUM_MD5="8f1e86b3909a27f8122b0981afd16fcd" +BUILD { + cd sqlite-3.6.23 + libtoolize --force --copy --install + aclocal + autoconf + automake + ./configure --prefix=/boot/common + make +} + +INSTALL { + cd sqlite-3.6.23 + make install +}