mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-09 05:10:05 +02:00
app-cdr/iat: drop commandSuffix, simplify PROVIDES.
This commit is contained in:
@@ -9,19 +9,19 @@ SOURCE_URI="https://downloads.sourceforge.net/iat.berlios/iat-$portVersion.tar.b
|
||||
CHECKSUM_SHA256="fb72c42f4be18107ec1bff8448bd6fac2a3926a574d4950a4d5120f0012d62ca"
|
||||
|
||||
ARCHITECTURES="?x86_gcc2 x86 x86_64"
|
||||
if [ "$targetArchitecture" = x86_gcc2 ]; then
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
fi
|
||||
|
||||
# On x86_gcc2 we don't want to install the commands in bin/<arch>/, but in bin/.
|
||||
commandSuffix=$secondaryArchSuffix
|
||||
commandBinDir=$binDir
|
||||
if [ "$targetArchitecture" = x86_gcc2 ]; then
|
||||
commandSuffix=
|
||||
commandBinDir=$prefix/bin
|
||||
fi
|
||||
|
||||
PROVIDES="
|
||||
iat$secondaryArchSuffix = $portVersion
|
||||
cmd:iat$commandSuffix = $portVersion
|
||||
cmd:iat = $portVersion
|
||||
"
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
|
||||
Reference in New Issue
Block a user