summaryrefslogtreecommitdiffstats
path: root/recipes/shr/shr-specs_git.bb
blob: 7b237027aa09e2402c734186366832fc1ba1cd04 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
DESCRIPTION = "The SHR DBus API Specification"
AUTHOR = "Klaus 'mrmoku' Kurzmann"
HOMEPAGE = "http://shr-project.org/"
LICENSE = "BSD"
DEPENDS = "libxslt-native"
SECTION = "devel/specifications"
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"

inherit autotools pkgconfig

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