Convert enet, jasper and haproxy to working recipe

This commit is contained in:
Adrian Jelen
2013-12-09 22:59:11 +00:00
parent 6b753405ca
commit aefec3e096
3 changed files with 8 additions and 11 deletions

View File

@@ -5,14 +5,15 @@ HOMEPAGE="http://enet.bespin.org"
SRC_URI="http://enet.bespin.org/download/enet-1.3.0.tar.gz"
CHECKSUM_MD5="3ea50cc5f2f4bbea32abae0d50b64e3c"
ARCHITECTURES="x86_gcc2 ?x86 ?x86_64"
SECONDARY_ARCHITECTURES="?x86_gcc2 ?x86"
REVISION="1"
LICENSE="MIT"
COPYRIGHT="2002-2010 Lee Salzman"
PROVIDES="
enet = $portVersion
lib:libenet = $portVersion
enet = $portVersion compat >= 1.0.0
lib:libenet = $portVersion compat >= 1.0.0
"
REQUIRES="
haiku >= $haikuVersion
@@ -36,7 +37,7 @@ BUILD()
{
libtoolize --force --copy --install
autoreconf -i
runConfigure ./configure $configureDirArgs
runConfigure ./configure
}
INSTALL()