diff --git a/dev-db/sqlite/sqlite-3.6.22.recipe b/dev-db/sqlite/sqlite-3.6.22.recipe deleted file mode 100644 index 5d8723bac..000000000 --- a/dev-db/sqlite/sqlite-3.6.22.recipe +++ /dev/null @@ -1,25 +0,0 @@ -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=`finddir B_COMMON_DIRECTORY` - make -} - -INSTALL() -{ - cd sqlite-3.6.22 - make install -} -LICENSE="SQLite" -COPYRIGHT="Public Domain" diff --git a/dev-db/sqlite/sqlite-3.6.23.recipe b/dev-db/sqlite/sqlite-3.6.23.recipe deleted file mode 100644 index ba681fb39..000000000 --- a/dev-db/sqlite/sqlite-3.6.23.recipe +++ /dev/null @@ -1,25 +0,0 @@ -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.23.tar.gz" -REVISION="1" -STATUS_HAIKU="stable" -DEPEND="" -CHECKSUM_MD5="8f1e86b3909a27f8122b0981afd16fcd" -BUILD() -{ - cd sqlite-3.6.23 - libtoolize --force --copy --install - aclocal - autoconf - automake - ./configure --prefix=`finddir B_COMMON_DIRECTORY` - make -} - -INSTALL() -{ - cd sqlite-3.6.23 - make install -} -LICENSE="SQLite" -COPYRIGHT="Public Domain" diff --git a/dev-db/sqlite/sqlite-3.7.2.recipe b/dev-db/sqlite/sqlite-3.7.2.recipe deleted file mode 100644 index 482c5f9bb..000000000 --- a/dev-db/sqlite/sqlite-3.7.2.recipe +++ /dev/null @@ -1,25 +0,0 @@ -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.7.2.tar.gz" -REVISION="1" -STATUS_HAIKU="stable" -DEPEND="" -CHECKSUM_MD5="bd9586208f48ba840467bcfd066a6fa9" -BUILD() -{ - cd sqlite-3.7.2 - libtoolize --force --copy --install - aclocal - autoconf - automake - ./configure --prefix=`finddir B_COMMON_DIRECTORY` - make -} - -INSTALL() -{ - cd sqlite-3.7.2 - make install -} -LICENSE="SQLite" -COPYRIGHT="Public Domain" diff --git a/dev-db/sqlite/sqlite-3.7.3.recipe b/dev-db/sqlite/sqlite-3.7.3.recipe deleted file mode 100644 index 6e459ad97..000000000 --- a/dev-db/sqlite/sqlite-3.7.3.recipe +++ /dev/null @@ -1,25 +0,0 @@ -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.7.3.tar.gz" -REVISION="1" -STATUS_HAIKU="stable" -DEPEND="" -CHECKSUM_MD5="74fe78b264f1c434c4b159d45b78e9b7" -BUILD() -{ - cd sqlite-3.7.3 - libtoolize --force --copy --install - aclocal - autoconf - automake - ./configure --prefix=`finddir B_COMMON_DIRECTORY` - make -} - -INSTALL() -{ - cd sqlite-3.7.3 - make install -} -LICENSE="SQLite" -COPYRIGHT="Public Domain" diff --git a/dev-db/sqlite/sqlite-3.7.4.recipe b/dev-db/sqlite/sqlite-3.7.4.recipe deleted file mode 100644 index 490127749..000000000 --- a/dev-db/sqlite/sqlite-3.7.4.recipe +++ /dev/null @@ -1,25 +0,0 @@ -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=`finddir B_COMMON_DIRECTORY` - make -} - -INSTALL() -{ - cd sqlite-autoconf-3070400 - make install -} -LICENSE="SQLite" -COPYRIGHT="Public Domain" diff --git a/dev-db/sqlite/sqlite-3.7.6.2.recipe b/dev-db/sqlite/sqlite-3.7.6.2.recipe deleted file mode 100644 index 24337da57..000000000 --- a/dev-db/sqlite/sqlite-3.7.6.2.recipe +++ /dev/null @@ -1,28 +0,0 @@ -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" diff --git a/dev-db/sqlite/sqlite-3.7.7.1.recipe b/dev-db/sqlite/sqlite-3.7.7.1.recipe deleted file mode 100644 index a5cfdc082..000000000 --- a/dev-db/sqlite/sqlite-3.7.7.1.recipe +++ /dev/null @@ -1,28 +0,0 @@ -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"