blob: b4d53d42ec3626fb6658db4390b02927c62c0c99 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
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 = "e3fcb57675f7f48b6848f5b8114961f9418eb17b"
PV = "0.5.0-gitr${SRCREV}"
PR = "r1"
SRC_URI = "${FREESMARTPHONE_GIT}/specs.git;protocol=git;branch=master"
S = "${WORKDIR}/git"
inherit autotools pkgconfig
FILES_${PN}-dev += "${datadir}/freesmartphone/xml"
PACKAGE_ARCH = "all"
do_compile_append() {
sed -i -e s,\$\{datarootdir\},${STAGING_DATADIR},g *.pc
}
|