unrtf: add commandSuffix. (#2690)

This commit is contained in:
fbrosson
2018-06-16 03:33:46 +00:00
parent cfd4982d5d
commit b931af4c30

View File

@@ -10,17 +10,18 @@ SOURCE_URI="https://www.gnu.org/software/unrtf/unrtf-$portVersion.tar.gz"
CHECKSUM_SHA256="22a37826f96d754e335fb69f8036c068c00dd01ee9edd9461a36df0085fb8ddd"
ARCHITECTURES="!x86_gcc2 x86 x86_64"
SECONDARY_ARCHITECTURES="!x86_gcc2 x86"
SECONDARY_ARCHITECTURES="x86"
if [ "$targetArchitecture" != x86_gcc2 ]; then
commandBinDir=$binDir
else
commandSuffix=$secondaryArchSuffix
commandBinDir=$binDir
if [ "$targetArchitecture" = x86_gcc2 ]; then
commandSuffix=
commandBinDir=$prefix/bin
fi
PROVIDES="
unrtf$secondaryArchSuffix = $portVersion
cmd:unrtf = $portVersion
cmd:unrtf$commandSuffix = $portVersion
"
REQUIRES="
haiku$secondaryArchSuffix