summaryrefslogtreecommitdiffstats
path: root/recipes/shr
diff options
context:
space:
mode:
authorKlaus Kurzmann <mok@fluxnetz.de>2011-01-05 00:26:29 +0100
committerKlaus Kurzmann <mok@fluxnetz.de>2011-01-05 00:27:18 +0100
commit4fe0ecff0e386af84032f9d485551904a8e6a11c (patch)
treeb5f363b4eb8bcc68fee7004f73d382ca2ba18c5a /recipes/shr
parentdcf3038584550fafc9663dbd3a0dbfe5c7a0d7f1 (diff)
downloadopenembedded-4fe0ecff0e386af84032f9d485551904a8e6a11c.tar.gz
shr-specs_git.bb: use autotools
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
Diffstat (limited to 'recipes/shr')
-rw-r--r--recipes/shr/shr-specs_git.bb13
1 files changed, 4 insertions, 9 deletions
diff --git a/recipes/shr/shr-specs_git.bb b/recipes/shr/shr-specs_git.bb
index 2ea073c403..7b237027aa 100644
--- a/recipes/shr/shr-specs_git.bb
+++ b/recipes/shr/shr-specs_git.bb
@@ -1,22 +1,17 @@
DESCRIPTION = "The SHR DBus API Specification"
+AUTHOR = "Klaus 'mrmoku' Kurzmann"
HOMEPAGE = "http://shr-project.org/"
LICENSE = "BSD"
+DEPENDS = "libxslt-native"
SECTION = "devel/specifications"
-SRCREV = "161a4186a2f53976add7033fd39c8056797d68f7"
+SRCREV = "0e50703bcb5bc036fb5b295eceb2b7c6a2f1d455"
PV = "0.0.0+gitr${SRCPV}"
PR = "r1"
SRC_URI = "git://git.shr-project.org/repo/shr-specs.git;protocol=http;branch=master"
S = "${WORKDIR}/git"
-do_compile() {
- make xml
-}
-
-do_install() {
- install -d "${D}${datadir}/shr-specs"
- install -m 0644 xml/* "${D}${datadir}/shr-specs"
-}
+inherit autotools pkgconfig
FILES_${PN}-dev += "${datadir}/shr-specs"