Adjust recipes to separation of buildhost and target packages

This commit is contained in:
Oliver Tappe
2013-08-05 00:14:47 +02:00
parent d525fee8e9
commit 39a646a289
86 changed files with 294 additions and 296 deletions

View File

@@ -93,6 +93,14 @@ REQUIRES_svn="
"
BUILD_REQUIRES="
devel:libcurl
devel:libexpat
devel:libssl
devel:libz
"
BUILD_PREREQUIRES="
haiku_devel >= $haikuVersion
perl
python
cmd:gcc
@@ -102,14 +110,6 @@ BUILD_REQUIRES="
cmd:nano
cmd:sed
cmd:tar
devel:libcurl
devel:libexpat
devel:libssl
devel:libz
"
BUILD_PREREQUIRES="
haiku_devel >= $haikuVersion
"
BUILD()