fsogsmd: new recipe
[openembedded.git] / recipes / freesmartphone / cornucopia.inc
1 DESCRIPTION = "The freesmartphone.org API reference implementation (FSO 2.0)"
2 AUTHOR = "Team FSO"
3 LICENSE = "LGPL"
4 SECTION = "devel"
5 DEPENDS = "vala-native glib-2.0 dbus dbus-glib"
6 PV = "0.0.0.0+gitr${SRCREV}"
7
8 SRC_URI = "${FREESMARTPHONE_GIT}/cornucopia;protocol=git;branch=master"
9 S = "${WORKDIR}/git/${PN}"
10
11 inherit autotools_stage pkgconfig vala
12
13 FILES_${PN} += "${sysconfdir} ${datadir}"
14 # ship vapi files
15 FILES_${PN}-dev += "${datadir}/vala"