From adc184e5b93ef391d3a7c69b00bcf50f26731959 Mon Sep 17 00:00:00 2001 From: Poyraz76 Date: Sat, 5 Sep 2015 17:25:50 +0300 Subject: [PATCH] yaml-cpp new package --- programming/library/yaml-cpp/actions.py | 18 +++++++++++ programming/library/yaml-cpp/pspec.xml | 40 +++++++++++++++++++++++++ 2 files changed, 58 insertions(+) create mode 100644 programming/library/yaml-cpp/actions.py create mode 100644 programming/library/yaml-cpp/pspec.xml diff --git a/programming/library/yaml-cpp/actions.py b/programming/library/yaml-cpp/actions.py new file mode 100644 index 0000000000..9167129bf6 --- /dev/null +++ b/programming/library/yaml-cpp/actions.py @@ -0,0 +1,18 @@ +#!/usr/bin/python +# -*- coding: utf-8 -*- +# +# Licensed under the GNU General Public License, version 3. +# See the file http://www.gnu.org/licenses/gpl.txt + +from pisi.actionsapi import pisitools +from pisi.actionsapi import cmaketools + +def setup(): + cmaketools.configure() + +def build(): + cmaketools.make() + +def install(): + cmaketools.install() + diff --git a/programming/library/yaml-cpp/pspec.xml b/programming/library/yaml-cpp/pspec.xml new file mode 100644 index 0000000000..bbaace7619 --- /dev/null +++ b/programming/library/yaml-cpp/pspec.xml @@ -0,0 +1,40 @@ + + + + + yaml-cpp + https://github.com/jbeder/yaml-cpp + + Ergün Salman + Poyraz76@pisilinux.org + + LGPLv2 + yalm-cpp + Libry + yaml-cpp is a YAML parser and emitter in C++ matching the YAML 1.2 spec. + To get a feel for how it can be used, see the Tutorial or How to Emit YAML. + https://github.com/jbeder/yaml-cpp/archive/release-0.5.2.tar.gz + + python-devel + boost-devel + + + + yaml-cpp + + /usr/lib/ + /usr/include/yaml-cpp/* + /usr/lib/pkgconfig/ + /usr/share/doc/ + + + + + 2015-09-01 + 0.5.2 + First release + Ergün Salman + Poyraz76@pisilinux.org + + + \ No newline at end of file