mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-06 15:08:57 +02:00
Fix ordering
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user