summaryrefslogtreecommitdiffstats
path: root/recipes/shr
diff options
context:
space:
mode:
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"