dvdauthor: add commandSuffix. (#2690)

This commit is contained in:
fbrosson
2018-06-16 03:33:51 +00:00
parent ec69bbc09e
commit f0b184cb15

View File

@@ -10,22 +10,23 @@ CHECKSUM_SHA256="3020a92de9f78eb36f48b6f22d5a001c47107826634a785a62dfcd080f612eb
SOURCE_DIR="dvdauthor" SOURCE_DIR="dvdauthor"
ARCHITECTURES="!x86_gcc2 x86 x86_64" ARCHITECTURES="!x86_gcc2 x86 x86_64"
SECONDARY_ARCHITECTURES="!x86_gcc2 x86" SECONDARY_ARCHITECTURES="x86"
if [ "$targetArchitecture" != x86_gcc2 ]; then commandSuffix=$secondaryArchSuffix
commandBinDir=$binDir commandBinDir=$binDir
else if [ "$targetArchitecture" = x86_gcc2 ]; then
commandSuffix=
commandBinDir=$prefix/bin commandBinDir=$prefix/bin
fi fi
PROVIDES=" PROVIDES="
dvdauthor$secondaryArchSuffix = $portVersion dvdauthor$secondaryArchSuffix = $portVersion
cmd:dvdauthor = $portVersion cmd:dvdauthor$commandSuffix = $portVersion
cmd:dvddirdel = $portVersion cmd:dvddirdel$commandSuffix = $portVersion
cmd:dvdunauthor = $portVersion cmd:dvdunauthor$commandSuffix = $portVersion
cmd:mpeg2desc = $portVersion cmd:mpeg2desc$commandSuffix = $portVersion
cmd:spumux = $portVersion cmd:spumux$commandSuffix = $portVersion
cmd:spuunmux = $portVersion cmd:spuunmux$commandSuffix = $portVersion
" "
REQUIRES=" REQUIRES="
haiku$secondaryArchSuffix haiku$secondaryArchSuffix