From 64b559855d7db258f088c73b1633c70c16d1d5b3 Mon Sep 17 00:00:00 2001 From: Scott McCreary Date: Fri, 15 Jun 2012 18:33:07 +0000 Subject: [PATCH] Updated sqlite to 3.7.13 --- dev-db/sqlite/sqlite-3.7.13.bep | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 dev-db/sqlite/sqlite-3.7.13.bep diff --git a/dev-db/sqlite/sqlite-3.7.13.bep b/dev-db/sqlite/sqlite-3.7.13.bep new file mode 100644 index 000000000..f7a717d95 --- /dev/null +++ b/dev-db/sqlite/sqlite-3.7.13.bep @@ -0,0 +1,26 @@ +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-3071300.tar.gz" +REVISION="1" +STATUS_HAIKU="stable" +DEPEND="" +CHECKSUM_MD5="c97df403e8a3d5b67bb408fcd6aabd8e" +BUILD { + cd sqlite-autoconf-3071300 + 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-3071300 + make install +} + +LICENSE="SQLite" +COPYRIGHT="Public Domain"