All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2] libroxml: Add version 2.1.0
@ 2011-09-14 15:00 tristan.lelong
  2011-09-18 10:26 ` Paul Menzel
  0 siblings, 1 reply; 4+ messages in thread
From: tristan.lelong @ 2011-09-14 15:00 UTC (permalink / raw)
  To: openembedded-devel

From: Tristan Lelong <tristan.lelong@blunderer.org>

libroxml is a small fast and powerful xml library

Signed-off-by: Tristan Lelong <tristan.lelong@blunderer.org>
---
 recipes/libroxml/libroxml.inc      |   19 +++++++++++++++++++
 recipes/libroxml/libroxml_2.1.0.bb |    6 ++++++
 2 files changed, 25 insertions(+), 0 deletions(-)
 create mode 100644 recipes/libroxml/libroxml.inc
 create mode 100644 recipes/libroxml/libroxml_2.1.0.bb

diff --git a/recipes/libroxml/libroxml.inc b/recipes/libroxml/libroxml.inc
new file mode 100644
index 0000000..06322fe
--- /dev/null
+++ b/recipes/libroxml/libroxml.inc
@@ -0,0 +1,19 @@
+DESCRIPTION = "Small, fast and powerful xml library"
+AUTHOR = "Tristan Lelong <tristan.lelong@libroxml.net>"
+HOMEPAGE = "http://www.libroxml.net"
+SECTION = "libs"
+PRIORITY = "optional"
+INC_PR = "r0"
+LICENSE = "LGPL"
+
+SRC_URI = "http://libroxml.googlecode.com/files/libroxml-2.1.0.tar.gz"
+
+inherit pkgconfig
+
+do_install() {
+        oe_runmake install DESTDIR=${D}
+}
+
+PACKAGES= ${PN} roxml
+FILES_${PN} = ${libdir}/libroxml.so.0
+FILES_roxml = ${bindir}/roxml
diff --git a/recipes/libroxml/libroxml_2.1.0.bb b/recipes/libroxml/libroxml_2.1.0.bb
new file mode 100644
index 0000000..b3669e1
--- /dev/null
+++ b/recipes/libroxml/libroxml_2.1.0.bb
@@ -0,0 +1,6 @@
+PR = "${INC_PR}.0"
+
+SRC_URI[md5sum] = "ad1903efa241914baec2fd432a176549"
+SRC_URI[sha256sum] = "bf2d908c330e28e5470fe9a841438b78025dc1406742fc54aad6fa8db401229a"
+
+require libroxml.inc
-- 
1.7.5.4




^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2011-09-20 14:51 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-14 15:00 [PATCH v2] libroxml: Add version 2.1.0 tristan.lelong
2011-09-18 10:26 ` Paul Menzel
2011-09-20 14:35   ` Tristan Lelong
2011-09-20 14:46     ` Paul Menzel

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.