From f60a4e3580dabe12f1405a62561ff6820f353da0 Mon Sep 17 00:00:00 2001 From: Klaus Kurzmann Date: Sat, 17 Oct 2009 21:01:16 +0200 Subject: shr-specs: new recipe Signed-off-by: Klaus Kurzmann --- recipes/shr/shr-specs_git.bb | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 recipes/shr/shr-specs_git.bb diff --git a/recipes/shr/shr-specs_git.bb b/recipes/shr/shr-specs_git.bb new file mode 100644 index 0000000000..80fff4e632 --- /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" + + -- cgit 1.2.3-korg