sanity: migrate to x86 2ndary arch (#5126)

* sanity: migrate to x86 2ndary arch
This commit is contained in:
kenmays
2020-06-20 14:06:50 -07:00
committed by GitHub
parent 51a6892b98
commit 02adc9b2c6

View File

@@ -5,30 +5,31 @@ translation kit."
HOMEPAGE="http://philippe.houdoin.free.fr/phil/beos/sanity/index-en.html"
COPYRIGHT="2001-2015 Philippe Houdoin"
LICENSE="MIT"
REVISION="5"
REVISION="6"
srcGitRev="f602688e85e5aea269c12cd9eef19da3029201c4"
SOURCE_URI="https://github.com/diversys/sanity/archive/$srcGitRev.tar.gz"
CHECKSUM_SHA256="b00dd169aed69f74c599dfee432371d725d0007c15a3083330e0a7456f6190ba"
SOURCE_DIR="sanity-$srcGitRev"
ARCHITECTURES="x86_gcc2 x86 x86_64"
ARCHITECTURES="?x86_gcc2 x86_64"
SECONDARY_ARCHITECTURES="x86"
PROVIDES="
sanity = $portVersion
app:Sanity = $portVersion
"
REQUIRES="
haiku
lib:libsane
haiku$secondaryArchSuffix
lib:libsane$secondaryArchSuffix
"
BUILD_REQUIRES="
haiku_devel
devel:libsane
haiku${secondaryArchSuffix}_devel
devel:libsane$secondaryArchSuffix
"
BUILD_PREREQUIRES="
makefile_engine
cmd:gcc
cmd:gcc$secondaryArchSuffix
cmd:make
"