aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/shr/shr-specs_git.bb
blob: 2ea073c4034f939ae2e3fd107f833d97e4f54a64 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
DESCRIPTION = "The SHR DBus API Specification"
HOMEPAGE = "http://shr-project.org/"
LICENSE = "BSD"
SECTION = "devel/specifications"
SRCREV = "161a4186a2f53976add7033fd39c8056797d68f7"
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"
}

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