mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-10 13:50:08 +02:00
24 lines
579 B
Plaintext
24 lines
579 B
Plaintext
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=/boot/common
|
|
make
|
|
}
|
|
|
|
INSTALL {
|
|
cd sqlite-autoconf-3070400
|
|
make install
|
|
}
|
|
LICENSE="SQLite"
|
|
COPYRIGHT="Public Domain"
|