packetdrill: drop secondary arch.

This commit is contained in:
Jérôme Duval
2016-10-08 15:45:43 +02:00
committed by GitHub
parent 63b219bfc1
commit 92304109b6

View File

@@ -15,26 +15,25 @@ SOURCE_DIR="packetdrill-$srcGitRev"
PATCHES="packetdrill-$portVersion.patchset"
ARCHITECTURES="?x86_gcc2 ?x86 ?x86_64"
SECONDARY_ARCHITECTURES="?x86 ?x86_gcc2"
PROVIDES="
packetdrill$secondaryArchSuffix = $portVersion
packetdrill = $portVersion
cmd:checksum_test
cmd:packet_parser_test
cmd:packet_to_string_test
cmd:packetdrill
"
REQUIRES="
haiku$secondaryArchSuffix
haiku
lib:libpcap
"
BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
haiku_devel
devel:libpcap
"
BUILD_PREREQUIRES="
cmd:gcc$secondaryArchSuffix
cmd:gcc
cmd:make
"