Torrentor recipe file: cosmetic patch

This commit is contained in:
Artur Jamro
2014-01-01 18:59:00 +00:00
parent c0e626571c
commit c7bbade4bb

View File

@@ -17,23 +17,7 @@ SECONDARY_ARCHITECTURES="x86"
PROVIDES="
torrentor${secondaryArchSuffix} = $portVersion
app:torrentor${secondaryArchSuffix} = $portVersion"
BUILD_PREREQUIRES="
makefile_engine
curl${secondaryArchSuffix}
cmd:jam
cmd:gcc${secondaryArchSuffix}
cmd:make
cmd:mkdepend"
BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel >= $haikuVersion
devel:libevent${secondaryArchSuffix}
devel:libssl${secondaryArchSuffix}
devel:libcurl${secondaryArchSuffix}
devel:libz${secondaryArchSuffix} # one of dependency needs it
app:torrentor${secondaryArchSuffix} = $portVersion
"
REQUIRES="
@@ -43,6 +27,24 @@ REQUIRES="
lib:libevent${secondaryArchSuffix}
lib:libz${secondaryArchSuffix}
"
BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel >= $haikuVersion
devel:libevent${secondaryArchSuffix}
devel:libssl${secondaryArchSuffix}
devel:libcurl${secondaryArchSuffix}
devel:libz${secondaryArchSuffix}
"
BUILD_PREREQUIRES="
makefile_engine
curl${secondaryArchSuffix}
cmd:jam
cmd:gcc${secondaryArchSuffix}
cmd:make
cmd:mkdepend
"
BUILD()
{