aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/shr/shr-specs_git.bb
blob: af22edbaef3e5c18ef4f77f622c31408f4d34926 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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 = "2752ded90581cfd2259ab65be7f9c2b9fb4a2638"
PV = "2010.12.27.1+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"