[Lunar-commits] <moonbase-other> yaml-cpp3: introduced to -other
v4hn
me at v4hn.de
Wed Apr 24 02:51:39 CEST 2013
commit 963e6111610ef3ac7f0d498a1ad6f598c1099913
Author: v4hn <me at v4hn.de>
Date: Tue, 23 Apr 2013 16:55:24 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/963e6111610ef3ac7f0d498a1ad6f598c1099913
yaml-cpp3: introduced to -other
This is "the old API" of the module, which is still maintained
in addition to the new(0.5+) one.
---
libs/yaml-cpp3/BUILD | +3/-0
libs/yaml-cpp3/DEPENDS | +1/-0
libs/yaml-cpp3/DETAILS | +14/-0
3 files changed, 18 insertions(+)
--- /dev/null
+++ b/libs/yaml-cpp3/BUILD
@@ -0,0 +1,3 @@
+OPTS+=" -DBUILD_SHARED_LIBS=ON" &&
+
+default_cmake_build
--- /dev/null
+++ b/libs/yaml-cpp3/DEPENDS
@@ -0,0 +1 @@
+depends cmake
--- /dev/null
+++ b/libs/yaml-cpp3/DETAILS
@@ -0,0 +1,14 @@
+ MODULE=yaml-cpp3
+ VERSION=0.3.0
+ SOURCE=yaml-cpp-$VERSION.tar.gz
+ SOURCE_URL=https://yaml-cpp.googlecode.com/files
+SOURCE_DIRECTORY=${BUILD_DIRECTORY}/yaml-cpp
+ SOURCE_VFY=sha1:28766efa95f1b0f697c4b4a1580a9972be7c9c41
+ WEB_SITE=https://code.google.com/p/yaml-cpp/
+ ENTERED=20130417
+ UPDATED=20130417
+ SHORT="C++ YAML parsing and emitting library"
+cat << EOF
+yaml-cpp is a YAML parser and emitter in C++
+matching the YAML 1.2 spec.
+EOF
More information about the Lunar-commits
mailing list