aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/shr/shr-specs_git.bb
blob: bc1f329012ad36ce69492dfa438268a65c46f6fd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
DESCRIPTION = "The SHR DBus API Specification"
AUTHOR = "Klaus 'mrmoku' Kurzmann"
HOMEPAGE = "http://shr-project.org/"
LICENSE = "CC-BY-SA"
LIC_FILES_CHKSUM = "file://LICENSE;md5=ebef999b5d8aea38d9eb30772557f175"

DEPENDS = "libxslt-native"
SECTION = "devel/specifications"
SRCREV = "04394bad2ee838a9e5cc2035571f25e7d02772d8"
PV = "2011.03.08.2+gitr${SRCPV}"

SRC_URI = "git://git.shr-project.org/repo/shr-specs.git;protocol=http;branch=master"
S = "${WORKDIR}/git"

inherit autotools pkgconfig

FILES_${PN}-dev += "${datadir}/shr-specs"