[Lunar-commits] <moonbase-other> yaml-cpp: introduced to -other
v4hn
me at v4hn.de
Wed Apr 24 02:51:38 CEST 2013
commit dd94cfc2763cc561bbaa6473be20e6addcb06204
Author: v4hn <me at v4hn.de>
Date: Tue, 23 Apr 2013 16:54:25 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/dd94cfc2763cc561bbaa6473be20e6addcb06204
yaml-cpp: introduced to -other
---
libs/yaml-cpp/BUILD | +3/-0
libs/yaml-cpp/DEPENDS | +1/-0
libs/yaml-cpp/DETAILS | +13/-0
3 files changed, 17 insertions(+)
--- /dev/null
+++ b/libs/yaml-cpp/BUILD
@@ -0,0 +1,3 @@
+OPTS+=" -DBUILD_SHARED_LIBS=ON" &&
+
+default_cmake_build
--- /dev/null
+++ b/libs/yaml-cpp/DEPENDS
@@ -0,0 +1 @@
+depends cmake
--- /dev/null
+++ b/libs/yaml-cpp/DETAILS
@@ -0,0 +1,13 @@
+ MODULE=yaml-cpp
+ VERSION=0.5.1
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL=https://yaml-cpp.googlecode.com/files
+ SOURCE_VFY=sha1:9c5414b4090491e96d1b808fe8628b31e625fdaa
+ 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