diff --git a/dev-db/sqlite/sqlite-3.7.5.bep b/dev-db/sqlite/sqlite-3.7.5.bep index 5b4f7ea11..f1adc1863 100644 --- a/dev-db/sqlite/sqlite-3.7.5.bep +++ b/dev-db/sqlite/sqlite-3.7.5.bep @@ -21,5 +21,6 @@ INSTALL { cd sqlite-autoconf-3070500 make install } + LICENSE="SQLite" COPYRIGHT="Public Domain" diff --git a/dev-db/sqlite/sqlite-3.7.6.2.bep b/dev-db/sqlite/sqlite-3.7.6.2.bep new file mode 100644 index 000000000..55cf7dd3c --- /dev/null +++ b/dev-db/sqlite/sqlite-3.7.6.2.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-3070602.tar.gz" +REVISION="1" +STATUS_HAIKU="stable" +DEPEND="" +CHECKSUM_MD5="f16c08617968b4087b3d591fd575f59f" +BUILD { + cd sqlite-autoconf-3070602 + 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-3070602 + make install +} + +LICENSE="SQLite" +COPYRIGHT="Public Domain"