Fix problem with lua recipes

* The problem I had yesterday was a missing soname for the so
libraries. This make packageInstalledDevelLib silently fail.
This commit is contained in:
Adrien Destugues
2013-10-06 10:38:59 +02:00
parent 68d27172b2
commit 4b45335372
4 changed files with 122 additions and 61 deletions

View File

@@ -3,20 +3,19 @@ HOMEPAGE="http://www.lua.org"
SRC_URI="http://www.lua.org/ftp/lua-5.1.4.tar.gz"
CHECKSUM_MD5="d0870f2de55d59c1c8419f36e8fac150"
REVISION="3"
ARCHITECTURES="!x86 !x86_gcc2"
ARCHITECTURES="x86 x86_gcc2"
PROVIDES="
lua = $portVersion compat = 5.1
cmd:lua = $portVersion compat = 5.1
cmd:luac = $portVersion
lib:liblua = $portVersion compat = 5.2
devel:liblua = $portVersion compat = 5.2
"
REQUIRES="
haiku >= $haikuVersion
"
BUILD_REQUIRES="
cmd:pkg_config
"
BUILD_PREREQUIRES="
haiku_devel >= $haikuVersion
cmd:make