mdds2.1: switch to any architecture

remove REQUIRES
This commit is contained in:
Jerome Duval
2024-12-11 18:27:25 +01:00
parent 03fce19369
commit eb06dab2b2

View File

@@ -4,22 +4,21 @@ and indexing algorithms."
HOMEPAGE="https://gitlab.com/mdds/mdds"
COPYRIGHT="2010-2015 Kohei Yoshida et al."
LICENSE="MIT"
REVISION="2"
REVISION="3"
SOURCE_URI="https://kohei.us/files/mdds/src/mdds-$portVersion.tar.bz2"
CHECKSUM_SHA256="8a3767f0a60c53261b5ebbaa717381446813aef8cf28fe9d0ea1371123bbe3f1"
SOURCE_DIR="mdds-$portVersion"
ARCHITECTURES="all !x86_gcc2"
SECONDARY_ARCHITECTURES="x86"
ARCHITECTURES="any"
PROVIDES="
mdds2.1$secondaryArchSuffix = $portVersion compat >= 2.1
devel:mdds$secondaryArchSuffix = $portVersion compat >= 2.1
"
REQUIRES="
haiku$secondaryArchSuffix
mdds2.1 = $portVersion compat >= 2.1
devel:mdds = $portVersion compat >= 2.1
"
if [ "$targetArchitecture" = x86_gcc2 ]; then
secondaryArchSuffix="_x86"
fi
BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
"
@@ -40,6 +39,9 @@ TEST_REQUIRES="
BUILD()
{
if [ "$targetArchitecture" = x86_gcc2 ]; then
export PATH=$PATH:/bin/x86
fi
autoreconf
runConfigure ./configure
make $jobArgs