Rewrite ARCHITECTURES syntax to new HaikuPorter changes.

HaikuPorter now does not care what is in ARCHITECTURES when
building for a SECONDARY_ARCHITECTURE.
This commit is contained in:
Augustin Cavalier
2015-08-04 11:59:44 -04:00
parent 23faff5dbc
commit 55dd9cf19d
304 changed files with 377 additions and 1991 deletions

View File

@@ -9,12 +9,7 @@ CHECKSUM_SHA256="bea57d3624d723724fd1e260f0e6b2a354c0da742c023aa994c7692270d111d
REVISION="1"
ARCHITECTURES="x86 ?x86_64"
if [ $effectiveTargetArchitecture != x86_gcc2 ]; then
ARCHITECTURES="$ARCHITECTURES x86_gcc2"
else
ARCHITECTURES="$ARCHITECTURES x86_gcc2"
fi
ARCHITECTURES="x86_gcc2 x86 ?x86_64"
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
PROVIDES="
@@ -38,7 +33,7 @@ BUILD_PREREQUIRES="
cmd:automake
cmd:make
"
LICENSE="GNU GPL v2"
COPYRIGHT="
2000-2008 Shaun Clowes
@@ -62,7 +57,7 @@ BUILD()
aclocal
autoconf
automake
runConfigure ./configure
make
}
@@ -70,10 +65,10 @@ BUILD()
INSTALL()
{
make install
# Documentation is put into $dataDir/torsocks
# as opposed to $dataDir
mkdir /temp
mv $dataDir/* /temp
mkdir $dataDir/torsocks