mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-03 05:28:53 +02:00
code format.
This commit is contained in:
@@ -16,15 +16,15 @@ COPYRIGHT="2010-2012 Disney Enterprises"
|
||||
LICENSE="BSD (3-clause)"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://github.com/wdas/partio/archive/v$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256='133f386f076bd6958292646b6ba0e3db6d1e37bde3b8a6d1bc4b7809d693999d'
|
||||
CHECKSUM_SHA256="133f386f076bd6958292646b6ba0e3db6d1e37bde3b8a6d1bc4b7809d693999d"
|
||||
PATCHES="partio-$portVersion.patchset"
|
||||
|
||||
ARCHITECTURES="!x86_gcc2 ?x86 x86_64"
|
||||
SECONDARY_ARCHITECTURES="?x86"
|
||||
|
||||
# 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
|
||||
|
||||
Reference in New Issue
Block a user