Deleted several old and outdated recipes and patches

This commit is contained in:
Scott McCreary
2013-11-04 13:56:31 -08:00
parent c95e23a1d5
commit 1ddc1d1633
10 changed files with 0 additions and 6263 deletions

View File

@@ -1,28 +0,0 @@
DESCRIPTION="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-3071501.tar.gz"
REVISION="1"
STATUS_HAIKU="stable"
DEPEND=""
CHECKSUM_MD5="a67c25afa199a11f0a37aff7ed9d2c14"
BUILD()
{
cd sqlite-autoconf-3071501
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-3071501
make install
}
LICENSE="SQLite"
COPYRIGHT="Public Domain"