Fix ordering

This commit is contained in:
Vale
2016-02-17 14:26:37 -05:00
parent c78e400f98
commit 4ceccd41e1
491 changed files with 2610 additions and 2977 deletions

View File

@@ -4,10 +4,11 @@ transform images. Some basic add-ons are included."
HOMEPAGE="https://github.com/HaikuArchives/LibImageManip"
COPYRIGHT="2000 Edmund Vermeulen"
LICENSE="Public Domain"
REVISION="1"
SOURCE_URI="https://github.com/HaikuArchives/LibImageManip/archive/v$portVersion.tar.gz"
CHECKSUM_SHA256="f9aed23036fa2138c7902a9120fe01d96f6d97c02f0e67d6fa2e978a2437f9ec"
SOURCE_DIR="LibImageManip-$portVersion"
REVISION="1"
ARCHITECTURES="x86_gcc2 x86 x86_64"
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
@@ -18,6 +19,15 @@ PROVIDES="
REQUIRES="
haiku$secondaryArchSuffix
"
PROVIDES_devel="
libimagemanip${secondaryArchSuffix}_devel = $portVersion
devel:libimagemanip$secondaryArchSuffix = $portVersion
"
REQUIRES_devel="
libimagemanip$secondaryArchSuffix == $portVersion base
"
BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
"
@@ -28,14 +38,6 @@ BUILD_PREREQUIRES="
cmd:make
"
PROVIDES_devel="
libimagemanip${secondaryArchSuffix}_devel = $portVersion
devel:libimagemanip$secondaryArchSuffix = $portVersion
"
REQUIRES_devel="
libimagemanip$secondaryArchSuffix == $portVersion base
"
BUILD()
{
cd Source