aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/freesmartphone/cornucopia.inc
blob: c3bf018369acb964f670e34da9576c4102edb7c0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
DESCRIPTION = "The freesmartphone.org API reference implementation (FSO 2.0)"
AUTHOR = "Team FSO"
LICENSE = "LGPL"
SECTION = "devel"
DEPENDS = "vala-native glib-2.0 dbus dbus-glib"
PV = "0.0.0.0+gitr${SRCREV}"

SRC_URI = "${FREESMARTPHONE_GIT}/cornucopia;protocol=git;branch=master"
S = "${WORKDIR}/git/${PN}"

inherit autotools_stage pkgconfig vala

FILES_${PN} += "${sysconfdir} ${datadir}"
# ship vapi files
FILES_${PN}-dev += "${datadir}/vala"