mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 19:50:05 +02:00
Torrentor recipe file: cosmetic patch
This commit is contained in:
@@ -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()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user