SUMMARY="A torrent client" DESCRIPTION="Torrentor is a torrent client. The BitTorrent protocol was \ created to relieve servers and speed up downloading files. Users are not \ downloading data from servers, but they are sending and receiving directly \ to/from each other." HOMEPAGE="https://github.com/HaikuArchives/Torrentor" COPYRIGHT="2012 Guido Pola" LICENSE="MIT" REVISION="3" srcGitRev="21784a23d210bca3d78e4fa3bed846a7bc962d39" SOURCE_URI="https://github.com/HaikuArchives/Torrentor/archive/$srcGitRev.tar.gz" CHECKSUM_SHA256="08e47eefe98e08360f63262548b43ea39995e2ca6514a7178ea9cc7afd7cdf8f" SOURCE_DIR="Torrentor-$srcGitRev" ARCHITECTURES="!x86_gcc2 x86 ?x86_64" SECONDARY_ARCHITECTURES="x86" PROVIDES=" torrentor${secondaryArchSuffix} = $portVersion app:Torrentor = $portVersion " REQUIRES=" haiku${secondaryArchSuffix} lib:libssl${secondaryArchSuffix} lib:libcurl${secondaryArchSuffix} lib:libevent${secondaryArchSuffix} lib:libz${secondaryArchSuffix} " BUILD_REQUIRES=" haiku${secondaryArchSuffix}_devel devel:libevent${secondaryArchSuffix} devel:libssl${secondaryArchSuffix} devel:libcurl${secondaryArchSuffix} devel:libz${secondaryArchSuffix} " BUILD_PREREQUIRES=" curl${secondaryArchSuffix} cmd:jam cmd:gcc${secondaryArchSuffix} cmd:make " BUILD() { export NDEBUG=1 jam $jobArgs } INSTALL() { mkdir -p $appsDir cp build/Release/Torrentor $appsDir addAppDeskbarSymlink $appsDir/Torrentor }