From 3c109747dee974b2076aa8dd5bb25194aaec6201 Mon Sep 17 00:00:00 2001 From: Michael 'Mickey' Lauer Date: Sat, 11 Apr 2009 21:31:11 +0200 Subject: fsogsmd: new recipe use cornucopia.inc --- recipes/freesmartphone/cornucopia.inc | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 recipes/freesmartphone/cornucopia.inc (limited to 'recipes/freesmartphone/cornucopia.inc') diff --git a/recipes/freesmartphone/cornucopia.inc b/recipes/freesmartphone/cornucopia.inc new file mode 100644 index 0000000000..c3bf018369 --- /dev/null +++ b/recipes/freesmartphone/cornucopia.inc @@ -0,0 +1,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" -- cgit v1.2.3