diff --git a/dev-db/sqlite/sqlite-3.7.7.1.bep b/dev-db/sqlite/sqlite-3.7.7.1.bep new file mode 100644 index 000000000..a46b764d7 --- /dev/null +++ b/dev-db/sqlite/sqlite-3.7.7.1.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-3070701.tar.gz" +REVISION="1" +STATUS_HAIKU="stable" +DEPEND="" +CHECKSUM_MD5="554026fe7fac47b1cf61c18d5fe43419" +BUILD { + cd sqlite-autoconf-3070701 + 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-3070701 + make install +} + +LICENSE="SQLite" +COPYRIGHT="Public Domain"