From 82d5d1d297dfa2b4ac27f0647e22474c9e0e1a94 Mon Sep 17 00:00:00 2001 From: Scott McCreary Date: Wed, 19 Jan 2011 00:45:51 +0000 Subject: [PATCH] Updated sqlite to 3.7.4 --- dev-db/sqlite/sqlite-3.7.4.bep | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 dev-db/sqlite/sqlite-3.7.4.bep diff --git a/dev-db/sqlite/sqlite-3.7.4.bep b/dev-db/sqlite/sqlite-3.7.4.bep new file mode 100644 index 000000000..0c0845152 --- /dev/null +++ b/dev-db/sqlite/sqlite-3.7.4.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-3070400.tar.gz" +REVISION="1" +STATUS_HAIKU="stable" +DEPEND="" +CHECKSUM_MD5="8f0c690bfb33c3cbbc2471c3d9ba0158" +BUILD { + cd sqlite-autoconf-3070400 + libtoolize --force --copy --install + aclocal + autoconf + automake + ./configure --prefix=/boot/common + make +} + +INSTALL { + cd sqlite-autoconf-3070400 + make install +} +LICENSE="SQLite" +COPYRIGHT="Public Domain"