* adjust several recipes to our new naming conventions

This commit is contained in:
Oliver Tappe
2013-04-19 23:06:59 +00:00
parent fcb60a8b6d
commit a704dbf9a7
27 changed files with 480 additions and 311 deletions

View File

@@ -3,7 +3,7 @@ DESCRIPTION="SQLite is a software library that implements a self-contained, serv
HOMEPAGE="http://www.sqlite.org/"
SRC_URI="http://www.sqlite.org/sqlite-autoconf-3071601.tar.gz"
CHECKSUM_MD5="8860d1a1ed26d40f07e3c7ae035b644a"
REVISION="1"
REVISION="2"
ARCHITECTURES="?x86_gcc2 ?x86"
PROVIDES="sqlite = $portVersion compat >= 3
@@ -18,7 +18,7 @@ BUILD_REQUIRES="cmd:aclocal
cmd:ld
cmd:libtoolize
cmd:make"
BUILD_PREREQUIRES="haiku-devel >= $haikuVersion"
BUILD_PREREQUIRES="haiku_devel >= $haikuVersion"
SOURCE_DIR="sqlite-autoconf-3071601"