[oe-commits] Klaus Kurzmann : shr-specs: new recipe

git version control git at git.openembedded.org
Sat Oct 17 19:01:21 UTC 2009


Module: openembedded.git
Branch: shr/import
Commit: f60a4e3580dabe12f1405a62561ff6820f353da0
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=f60a4e3580dabe12f1405a62561ff6820f353da0

Author: Klaus Kurzmann <mok at fluxnetz.de>
Date:   Sat Oct 17 21:01:16 2009 +0200

shr-specs: new recipe

Signed-off-by: Klaus Kurzmann <mok at fluxnetz.de>

---

 recipes/shr/shr-specs_git.bb |   22 ++++++++++++++++++++++
 1 files changed, 22 insertions(+), 0 deletions(-)

diff --git a/recipes/shr/shr-specs_git.bb b/recipes/shr/shr-specs_git.bb
new file mode 100644
index 0000000..80fff4e
--- /dev/null
+++ b/recipes/shr/shr-specs_git.bb
@@ -0,0 +1,22 @@
+DESCRIPTION = "The SHR DBus API Specification"
+HOMEPAGE = "http://shr-project.org/"
+LICENSE = "BSD"
+SECTION = "devel/specifications"
+PV = "0.0.0-gitr${SRCREV}"
+PR = "r0"
+
+SRC_URI = "git://git.shr-project.org/repo/shr-specs.git;protocol=http;branch=master"
+S = "${WORKDIR}/git"
+
+do_compile() {
+	make xml
+}
+
+do_stage() {
+	install -d "${STAGING_DATADIR}/shr-specs"
+	install -m 0644 xml/* "${STAGING_DATADIR}/shr-specs"
+}
+
+FILE_${PN}-dev += "${datadir}/shr-specs"
+
+





More information about the Openembedded-commits mailing list