code format.

* fix libdsk_tools PROVIDES.
This commit is contained in:
Jerome Duval
2018-09-11 14:43:35 +02:00
parent c79192faea
commit 20746f828e
7 changed files with 80 additions and 88 deletions

View File

@@ -21,17 +21,17 @@ PATCHES="gcab-$portVersion.patchset"
ARCHITECTURES="!x86_gcc2 x86 x86_64"
SECONDARY_ARCHITECTURES="x86"
libVersion="0.0.0"
libVersionCompat="$libVersion compat >= ${libVersion%%.*}"
# On x86_gcc2 we don't want to install the commands in bin/<arch>/, but in bin/.
commandSuffix=$secondaryArchSuffix
commandBinDir=$binDir
commandSuffix="$secondaryArchSuffix"
commandBinDir="$binDir"
if [ "$targetArchitecture" = x86_gcc2 ]; then
commandSuffix=
commandBinDir=$prefix/bin
fi
libVersion="0.0.0"
libVersionCompat="$libVersion compat >= ${libVersion%%.*}"
PROVIDES="
gcab$secondaryArchSuffix = $portVersion
cmd:gcab$commandSuffix = $portVersion
@@ -57,17 +57,17 @@ REQUIRES_devel="
BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
devel:libgettextlib$secondaryArchSuffix >= 0.14.1
devel:libglib_2.0$secondaryArchSuffix >= 0.4600.2
devel:libintl$secondaryArchSuffix
devel:libz$secondaryArchSuffix
devel:libglib_2.0$secondaryArchSuffix >= 0.4600.2
devel:libgettextlib$secondaryArchSuffix >= 0.14.1
"
BUILD_PREREQUIRES="
cmd:aclocal
cmd:autoconf
cmd:autoreconf
cmd:autom4te
cmd:automake
cmd:autoreconf
cmd:gcc$secondaryArchSuffix
cmd:intltool_update
cmd:ld$secondaryArchSuffix