mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-21 19:20:08 +02:00
Work towards getting subversion with all dependencies built. The remaining
problem is that apr-util won't build yet, due to it relying on the sources of apr being around. We need support for source packages to solve that, so that will be the next step.
This commit is contained in:
@@ -1,24 +1,38 @@
|
||||
SUMMARY="A SQL Database Engine in a C Library"
|
||||
DESCRIPTION="SQLite is a software library that implements a self-contained, serverless, zero-configuration, transactional SQL database engine."
|
||||
SUMMARY="An SQL database engine in a C library"
|
||||
DESCRIPTION="
|
||||
SQLite is a software library that implements a self-contained,
|
||||
serverless, zero-configuration, transactional SQL database engine.
|
||||
|
||||
SQLite is the most widely deployed SQL database engine in the world.
|
||||
The source code for SQLite is in the public domain.
|
||||
"
|
||||
HOMEPAGE="http://www.sqlite.org/"
|
||||
SRC_URI="http://www.sqlite.org/sqlite-autoconf-3070500.tar.gz"
|
||||
CHECKSUM_MD5="a9604a82613ade2e7f4c303f233e477f"
|
||||
REVISION="3"
|
||||
REVISION="4"
|
||||
ARCHITECTURES="x86_gcc2 ?x86"
|
||||
|
||||
PROVIDES="sqlite = $portVersion compat >= 3
|
||||
PROVIDES="
|
||||
sqlite = $portVersion compat >= 3
|
||||
cmd:sqlite3 = $portVersion compat >= 3
|
||||
lib:libsqlite = $portVersion compat >= 3
|
||||
lib:libsqlite3 = $portVersion compat >= 3"
|
||||
REQUIRES="haiku >= $haikuVersion"
|
||||
BUILD_REQUIRES="cmd:aclocal
|
||||
lib:libsqlite3 = $portVersion compat >= 3
|
||||
"
|
||||
REQUIRES="
|
||||
haiku >= $haikuVersion
|
||||
"
|
||||
BUILD_REQUIRES="
|
||||
cmd:aclocal
|
||||
cmd:autoconf
|
||||
cmd:automake
|
||||
cmd:gcc
|
||||
cmd:ld
|
||||
cmd:libtoolize
|
||||
cmd:make"
|
||||
BUILD_PREREQUIRES="haiku-devel >= $haikuVersion"
|
||||
cmd:make
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
haiku-devel >= $haikuVersion
|
||||
"
|
||||
|
||||
SOURCE_DIR="sqlite-autoconf-3070500"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user