mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-21 19:20:08 +02:00
update sqlite t 3.7.2
This commit is contained in:
23
dev-db/sqlite/sqlite-3.7.2.bep
Normal file
23
dev-db/sqlite/sqlite-3.7.2.bep
Normal file
@@ -0,0 +1,23 @@
|
||||
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=/boot/common
|
||||
make
|
||||
}
|
||||
|
||||
INSTALL {
|
||||
cd sqlite-3.7.2
|
||||
make install
|
||||
}
|
||||
LICENSE="SQLite"
|
||||
COPYRIGHT="Public Domain"
|
||||
Reference in New Issue
Block a user