yamp-cpp: fix SOURCE_URI, don't depend on boost_devel.

This commit is contained in:
Jérôme Duval
2016-12-31 11:15:05 +01:00
parent 4f185c92bb
commit e5cce47baa

View File

@@ -1,13 +1,13 @@
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/"
HOMEPAGE="https://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="2"
SOURCE_URI="https://github.com/jbeder/yaml-cpp/archive/release-$portVersion.tar.gz"
CHECKSUM_SHA256="0c88c49889e9b69e67a7ed55938bb3f8063fa787cfd36fc810ee01ef342e1e77"
SOURCE_DIR="yaml-cpp-release-$portVersion"
ARCHITECTURES="!x86_gcc2 x86 x86_64"
SECONDARY_ARCHITECTURES="x86"
@@ -22,16 +22,16 @@ REQUIRES="
PROVIDES_devel="
yaml_cpp${secondaryArchSuffix}_devel = $portVersion compat >= 0.5
devel:libyaml_cpp$secondaryArchSuffix = 0.5.1 compat >= 0.5
devel:libyaml_cpp$secondaryArchSuffix = $portVersion compat >= 0.5
"
REQUIRES_devel="
yaml_cpp$secondaryArchSuffix == $portVersion
boost${secondaryArchSuffix}_devel
devel:libboost_system$secondaryArchSuffix
"
BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
boost${secondaryArchSuffix}_devel
devel:libboost_system$secondaryArchSuffix
"
BUILD_PREREQUIRES="
cmd:cmake