aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/vala-dbus-binding-tool/vala-dbus-binding-tool.inc
blob: 7c8e341a3e191e476648bdae06e1c619ef0fab37 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
DESCRIPTION = "Vala DBus Binding Tool"
SECTION = "devel"
DEPENDS = "vala libgee libxml2 intltool-native"
HOMEPAGE = "http://wiki.freesmartphone.org/index.php/Implementations/vala-dbus-binding-tool"
LICENSE = "GPLv3"
LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
PE = "1"
INC_PR = "r3"

export XDG_DATA_DIRS = "${STAGING_DATADIR}"

SRC_URI = "http://downloads.freesmartphone.org/sources/${BPN}/${BP}.tar.bz2;name=archive"

inherit autotools perlnative pkgconfig

BBCLASSEXTEND = "native"