mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-21 19:20:08 +02:00
update sqlite to 3.7.16.1
This commit is contained in:
26
dev-db/sqlite/sqlite-3.7.16.1.bep
Normal file
26
dev-db/sqlite/sqlite-3.7.16.1.bep
Normal file
@@ -0,0 +1,26 @@
|
||||
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/2013/sqlite-autoconf-3071601.tar.gz"
|
||||
REVISION="1"
|
||||
STATUS_HAIKU="stable"
|
||||
DEPEND=""
|
||||
CHECKSUM_MD5="8860d1a1ed26d40f07e3c7ae035b644a"
|
||||
BUILD {
|
||||
cd sqlite-autoconf-3071601
|
||||
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-3071601
|
||||
make install
|
||||
}
|
||||
|
||||
LICENSE="SQLite"
|
||||
COPYRIGHT="2013 Public Domain"
|
||||
Reference in New Issue
Block a user