All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Add a new recipe: libroxml
@ 2011-08-18 15:48 Tristan Lelong
  2011-08-18 16:40 ` Paul Menzel
  0 siblings, 1 reply; 4+ messages in thread
From: Tristan Lelong @ 2011-08-18 15:48 UTC (permalink / raw)
  To: openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 1653 bytes --]

Add a new recipe: libroxml

libroxml is a small fast and powerfull xml parsing library.
It handles parsing, creating, modifying xml documents

Signed-off-by: Tristan Lelong <tristan.lelong@libroxml.net>
---
 recipes/libroxml/libroxml.inc      |   23 +++++++++++++++++++++++
 recipes/libroxml/libroxml_2.1.0.bb |    8 ++++++++
 2 files changed, 31 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..5ade6e7
--- /dev/null
+++ b/recipes/libroxml/libroxml.inc
@@ -0,0 +1,23 @@
+
+DESCRIPTION = "small, fast and powerfull xml library"
+LICENSE = "LGPL"
+SECTION = "libs"
+PRIORITY = "optional"
+MAINTAINER = "Tristan Lelong <tristan.lelong@libroxml.net>"
+HOMEPAGE = "http://www.libroxml.net"
+
+PROVIDES = "libroxml"
+RPROVIDES = "libroxml"
+
+SRC_URI = "http://libroxml.googlecode.com/files/libroxml-2.1.0.tar.gz"
+
+S = ${WORKDIR}/${PN}-${PV}
+
+do_install() {
+        oe_runmake install DESTDIR=${D}
+}
+
+PACKAGES = ${PN}
+
+FILES_${PN} = ${libdir}/libroxml.so.0 ${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..22fff51
--- /dev/null
+++ b/recipes/libroxml/libroxml_2.1.0.bb
@@ -0,0 +1,8 @@
+
+PR = "r0"
+
+require libroxml.inc
+
+SRC_URI[md5sum] = "eb69737ba6dc345399531dfa5975a53d"
+SRC_URI[sha256sum] =
"823d9d495bc07618355e3137e289dfcc792b8a513f12452a2aba9c88b48f2e2d"
+
-- 
1.7.5.3


-- 
618FE3EF

[-- Attachment #2: Add-a-new-recipe-libroxml.patch --]
[-- Type: text/x-patch, Size: 1755 bytes --]

From d4d0fa8928fa6e633f9531d8681e7540376240f3 Mon Sep 17 00:00:00 2001
From: Tristan Lelong <tristan.lelong@libroxml.net>
Date: Thu, 18 Aug 2011 16:38:59 +0200
Subject: [PATCH] Add a new recipe: libroxml 
 libroxml is a small fast and
 powerfull xml parsing library. it handles parsing,
 creating, modifying xml documents

Signed-off-by: Tristan Lelong <tristan.lelong@libroxml.net>
---
 recipes/libroxml/libroxml.inc      |   23 +++++++++++++++++++++++
 recipes/libroxml/libroxml_2.1.0.bb |    8 ++++++++
 2 files changed, 31 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..5ade6e7
--- /dev/null
+++ b/recipes/libroxml/libroxml.inc
@@ -0,0 +1,23 @@
+
+DESCRIPTION = "small, fast and powerfull xml library"
+LICENSE = "LGPL"
+SECTION = "libs"
+PRIORITY = "optional"
+MAINTAINER = "Tristan Lelong <tristan.lelong@libroxml.net>"
+HOMEPAGE = "http://www.libroxml.net"
+
+PROVIDES = "libroxml"
+RPROVIDES = "libroxml"
+
+SRC_URI = "http://libroxml.googlecode.com/files/libroxml-2.1.0.tar.gz"
+
+S = ${WORKDIR}/${PN}-${PV}
+
+do_install() {
+        oe_runmake install DESTDIR=${D}
+}
+
+PACKAGES = ${PN}
+
+FILES_${PN} = ${libdir}/libroxml.so.0 ${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..22fff51
--- /dev/null
+++ b/recipes/libroxml/libroxml_2.1.0.bb
@@ -0,0 +1,8 @@
+
+PR = "r0"
+
+require libroxml.inc
+
+SRC_URI[md5sum] = "eb69737ba6dc345399531dfa5975a53d"
+SRC_URI[sha256sum] = "823d9d495bc07618355e3137e289dfcc792b8a513f12452a2aba9c88b48f2e2d"
+
-- 
1.7.5.3


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

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

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-18 15:48 [PATCH] Add a new recipe: libroxml Tristan Lelong
2011-08-18 16:40 ` Paul Menzel
2011-08-18 20:31   ` Tristan Lelong
2011-09-14 15:08   ` Tristan Lelong

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.