mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-11 06:10:06 +02:00
Fix ordering
This commit is contained in:
@@ -2,12 +2,12 @@ SUMMARY="A YAML parser and emitter in C++"
|
||||
DESCRIPTION="yaml-cpp is a YAML parser and emitter in C++ matching the YAML \
|
||||
1.2 spec."
|
||||
HOMEPAGE="http://github.com/jbeder/yaml-cpp/"
|
||||
COPYRIGHT="2008 Jesse Beder"
|
||||
LICENSE="MIT"
|
||||
REVISION="1"
|
||||
SOURCE_URI="http://yaml-cpp.googlecode.com/files/yaml-cpp-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="3e7c9052b43d987d41819a203d97fc45de4eed3ec67e0fdb14265c3d11046f06"
|
||||
SOURCE_DIR="yaml-cpp-$portVersion"
|
||||
REVISION="1"
|
||||
LICENSE="MIT"
|
||||
COPYRIGHT="2008 Jesse Beder"
|
||||
|
||||
ARCHITECTURES="!x86_gcc2 x86 x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
@@ -16,16 +16,23 @@ PROVIDES="
|
||||
yaml_cpp$secondaryArchSuffix = $portVersion compat >= 0.5
|
||||
lib:libyaml_cpp$secondaryArchSuffix = $portVersion compat >= 0.5
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
"
|
||||
|
||||
PROVIDES_devel="
|
||||
yaml_cpp${secondaryArchSuffix}_devel = $portVersion compat >= 0.5
|
||||
devel:libyaml_cpp$secondaryArchSuffix = 0.5.1 compat >= 0.5
|
||||
"
|
||||
REQUIRES_devel="
|
||||
yaml_cpp$secondaryArchSuffix == $portVersion
|
||||
boost${secondaryArchSuffix}_devel
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
boost${secondaryArchSuffix}_devel
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:cmake
|
||||
cmd:make
|
||||
@@ -57,13 +64,3 @@ INSTALL()
|
||||
packageEntries devel \
|
||||
$developDir
|
||||
}
|
||||
|
||||
PROVIDES_devel="
|
||||
yaml_cpp${secondaryArchSuffix}_devel = $portVersion compat >= 0.5
|
||||
devel:libyaml_cpp$secondaryArchSuffix = 0.5.1 compat >= 0.5
|
||||
"
|
||||
|
||||
REQUIRES_devel="
|
||||
yaml_cpp$secondaryArchSuffix == $portVersion
|
||||
boost${secondaryArchSuffix}_devel
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user