BurnItNow: no need for 2nd arch

This commit is contained in:
Humdinger
2017-11-30 19:17:32 +01:00
parent 5191c68262
commit a3588fc36e

View File

@@ -6,15 +6,15 @@ on the used hardware and its configuration)."
HOMEPAGE="https://github.com/HaikuArchives/BurnItNow"
COPYRIGHT="2010-2017 BurnItNow Team"
LICENSE="MIT"
REVISION="1"
REVISION="2"
SOURCE_URI="https://github.com/HaikuArchives/BurnItNow/archive/v$portVersion.tar.gz"
CHECKSUM_SHA256="1b4bb3415251b0c34d878da8087899a6ff31692b20b0266e69a33e5f82cad357"
SOURCE_DIR="BurnItNow-$portVersion"
ARCHITECTURES="x86_gcc2 x86 x86_64"
ARCHITECTURES="x86_gcc2 x86_64"
PROVIDES="
burnitnow$secondaryArchSuffix = $portVersion
burnitnow = $portVersion
app:BurnItNow = $portVersion
"
REQUIRES="
@@ -25,12 +25,12 @@ REQUIRES="
"
BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
haiku_devel
"
BUILD_PREREQUIRES="
makefile_engine
cmd:g++$secondaryArchSuffix
cmd:ld$secondaryArchSuffix
cmd:g++
cmd:ld
cmd:make
"