From 2828b97e4c52001ab9567fa5de9b347786423563 Mon Sep 17 00:00:00 2001 From: Scott McCreary Date: Tue, 9 Mar 2010 05:25:16 +0000 Subject: [PATCH] Initial .bep file for sqlite --- dev-db/sqlite/sqlite-3.6.22.bep | 21 +++++++++++++++++++ .../sqlite/sqlite.OptionalPackageDescription | 2 +- 2 files changed, 22 insertions(+), 1 deletion(-) create mode 100644 dev-db/sqlite/sqlite-3.6.22.bep diff --git a/dev-db/sqlite/sqlite-3.6.22.bep b/dev-db/sqlite/sqlite-3.6.22.bep new file mode 100644 index 000000000..2747ac8ed --- /dev/null +++ b/dev-db/sqlite/sqlite-3.6.22.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.22.tar.gz" +REVISION="1" +STATUS_HAIKU="stable" +DEPEND="" +CHECKSUM_MD5="b683b3903e79ab8a6d928dc9d4a56937" +BUILD { + cd sqlite-3.6.22 + libtoolize --force --copy --install + aclocal + autoconf + automake + ./configure --prefix=/boot/common + make +} + +INSTALL { + cd sqlite-3.6.22 + make install +} diff --git a/dev-db/sqlite/sqlite.OptionalPackageDescription b/dev-db/sqlite/sqlite.OptionalPackageDescription index e3e7901c9..b4a127e54 100644 --- a/dev-db/sqlite/sqlite.OptionalPackageDescription +++ b/dev-db/sqlite/sqlite.OptionalPackageDescription @@ -1,5 +1,5 @@ Package: SQLite -Version: 3.6.17 +Version: 3.6.22 Copyright: Public Domain License: SQLite URL: http://www.sqlite.org/