From: Evgeni Dobrev <evgeni_dobrev@developer.bg>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH] XML 1.1 parser and emitter written in C
Date: Thu, 14 Jul 2011 22:27:51 +0200 [thread overview]
Message-ID: <1310675271-7398-1-git-send-email-evgeni_dobrev@developer.bg> (raw)
In-Reply-To: <1310644607-25251-1-git-send-email-evgeni_dobrev@developer.bg>
---
package/Config.in | 1 +
package/libyaml/Config.in | 6 ++++++
package/libyaml/libyaml.mk | 12 ++++++++++++
3 files changed, 19 insertions(+), 0 deletions(-)
create mode 100644 package/libyaml/Config.in
create mode 100644 package/libyaml/libyaml.mk
diff --git a/package/Config.in b/package/Config.in
index fb5a570..25e6d3a 100644
--- a/package/Config.in
+++ b/package/Config.in
@@ -370,6 +370,7 @@ source "package/libxslt/Config.in"
source "package/mxml/Config.in"
source "package/xerces/Config.in"
source "package/yajl/Config.in"
+source "package/libyaml/Config.in"
endmenu
endmenu
diff --git a/package/libyaml/Config.in b/package/libyaml/Config.in
new file mode 100644
index 0000000..00a48b2
--- /dev/null
+++ b/package/libyaml/Config.in
@@ -0,0 +1,6 @@
+config BR2_PACKAGE_LIBYAML
+ bool "libyaml"
+ help
+ LibYAML is a YAML 1.1 parser and emitter written in C.
+
+ http://pyyaml.org/wiki/LibYAML
diff --git a/package/libyaml/libyaml.mk b/package/libyaml/libyaml.mk
new file mode 100644
index 0000000..563b1ba
--- /dev/null
+++ b/package/libyaml/libyaml.mk
@@ -0,0 +1,12 @@
+#############################################################
+#
+# libyaml
+#
+#############################################################
+LIBYAML_VERSION = 0.1.4
+LIBYAML_SOURCE = yaml-$(LIBYAML_VERSION).tar.gz
+LIBYAML_SITE = http://pyyaml.org/download/libyaml/
+LIBYAML_INSTALL_STAGING = YES
+
+$(eval $(call AUTOTARGETS,package,libyaml))
+
--
1.7.2.5
next prev parent reply other threads:[~2011-07-14 20:27 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-07-14 11:56 [Buildroot] [PATCH] New package: libyaml Evgeni Dobrev
2011-07-14 17:53 ` Peter Korsgaard
2011-07-14 20:27 ` Evgeni Dobrev [this message]
2011-07-14 21:26 ` [Buildroot] [PATCH] XML 1.1 parser and emitter written in C Peter Korsgaard
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1310675271-7398-1-git-send-email-evgeni_dobrev@developer.bg \
--to=evgeni_dobrev@developer.bg \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox