add libyaml, a YAML 1.1 parser in C
authorMichael Lauer <mickey@vanille-media.de>
Fri, 3 Oct 2008 08:16:23 +0000 (08:16 +0000)
committerMichael Lauer <mickey@vanille-media.de>
Fri, 3 Oct 2008 08:16:23 +0000 (08:16 +0000)
packages/libyaml/.mtn2git_empty [new file with mode: 0644]
packages/libyaml/libyaml_0.1.1.bb [new file with mode: 0644]

diff --git a/packages/libyaml/.mtn2git_empty b/packages/libyaml/.mtn2git_empty
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/packages/libyaml/libyaml_0.1.1.bb b/packages/libyaml/libyaml_0.1.1.bb
new file mode 100644 (file)
index 0000000..4279f50
--- /dev/null
@@ -0,0 +1,13 @@
+DESCRIPTION = "LibYAML is a YAML 1.1 parser and emitter written in C."
+HOMEPAGE = "http://pyyaml.org/wiki/LibYAML"
+SECTION = "libs/devel"
+LICENSE = "MIT"
+
+SRC_URI = "http://pyyaml.org/download/libyaml/yaml-${PV}.tar.gz"
+S = "${WORKDIR}/yaml-${PV}"
+
+inherit autotools
+
+do_stage() {
+       autotools_stage_all
+}