code format.

This commit is contained in:
Jerome Duval
2018-09-14 12:11:45 +02:00
parent 9bdfc7fd9e
commit b369b0e338
29 changed files with 208 additions and 228 deletions

View File

@@ -24,14 +24,14 @@ COPYRIGHT="2009-2016 Sony Pictures Imageworks
LICENSE="ALEMBIC"
REVISION="2"
SOURCE_URI="https://github.com/alembic/alembic/archive/$portVersion.tar.gz"
CHECKSUM_SHA256='119e2cbac2b862880018e756da2219171d1e9ae7aa0ef7dc7c216d678384808e'
CHECKSUM_SHA256="119e2cbac2b862880018e756da2219171d1e9ae7aa0ef7dc7c216d678384808e"
SOURCE_FILENAME="alembic-$portVersion.tar.gz"
PATCHES="alembic-$portVersion.patchset"
ARCHITECTURES="!x86_gcc2 ?x86 x86_64"
SECONDARY_ARCHITECTURES="x86"
commandBinDir=$binDir
commandBinDir="$binDir"
if [ "$targetArchitecture" = x86_gcc2 ]; then
commandBinDir=$prefix/bin
fi