diff options
Diffstat (limited to 'multitech/recipes/libyaml/libyaml_0.1.4.bb')
-rw-r--r-- | multitech/recipes/libyaml/libyaml_0.1.4.bb | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/multitech/recipes/libyaml/libyaml_0.1.4.bb b/multitech/recipes/libyaml/libyaml_0.1.4.bb new file mode 100644 index 0000000..243c1c4 --- /dev/null +++ b/multitech/recipes/libyaml/libyaml_0.1.4.bb @@ -0,0 +1,13 @@ +DESCRIPTION = "LibYAML is a YAML parser and emitter written in C." +HOMEPAGE = "http://pyyaml.org/wiki/LibYAML" +SECTION = "libs/devel" +LICENSE = "MIT" +PR="r0" + +SRC_URI = "http://pyyaml.org/download/libyaml/yaml-${PV}.tar.gz;name=libyaml" +SRC_URI[libyaml.md5sum] = "36c852831d02cf90508c29852361d01b" +SRC_URI[libyaml.sha256sum] = "7bf81554ae5ab2d9b6977da398ea789722e0db75b86bffdaeb4e66d961de6a37" + +S = "${WORKDIR}/yaml-${PV}" + +inherit autotools |