From a0b6c418926de6ac2f146eea9ea4d26ed2f6fda9 Mon Sep 17 00:00:00 2001 From: Scott McCreary Date: Thu, 10 Feb 2011 00:58:15 +0000 Subject: [PATCH] Update sqlite to 3.7.5 --- dev-db/sqlite/sqlite-3.7.5.bep | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 dev-db/sqlite/sqlite-3.7.5.bep diff --git a/dev-db/sqlite/sqlite-3.7.5.bep b/dev-db/sqlite/sqlite-3.7.5.bep new file mode 100644 index 000000000..4754ad65b --- /dev/null +++ b/dev-db/sqlite/sqlite-3.7.5.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-autoconf-3070500.tar.gz" +REVISION="1" +STATUS_HAIKU="stable" +DEPEND="" +CHECKSUM_MD5="a9604a82613ade2e7f4c303f233e477f" +BUILD { + cd sqlite-autoconf-3070500 + libtoolize --force --copy --install + aclocal + autoconf + automake + ./configure --prefix=/boot/common + make +} + +INSTALL { + cd sqlite-autoconf-3070500 + make install +} +LICENSE="SQLite" +COPYRIGHT="Public Domain"