blob: a003637fa910e643f8fb56b7ec7a7c19fb3bbc36 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
DESCRIPTIONS = "freesmartphone.org DBus API files"
AUTHOR = "Michael 'Mickey' Lauer <mlauer@vanille-media.de>"
HOMEPAGE = "http://docs.freesmartphone.org"
LICENSE = "BSD"
DEPENDS = "libxslt-native"
SECTION = "devel/specifications"
SRCREV = "5e5c9b52e7525085f0d8601861d712f05523ad0a"
PV = "2010.05.11.2+gitr${SRCPV}"
PE = "1"
SRC_URI = "${FREESMARTPHONE_GIT}/specs.git;protocol=git;branch=master"
S = "${WORKDIR}/git"
inherit autotools pkgconfig
FILES_${PN}-dev += "${datadir}/freesmartphone/xml"
do_compile_append() {
sed -i -e s,\$\{datarootdir\},${STAGING_DATADIR},g *.pc
}
|