diff options
author | Michael 'Mickey' Lauer <mickey@vanille-media.de> | 2009-04-11 21:31:11 +0200 |
---|---|---|
committer | Michael 'Mickey' Lauer <mickey@vanille-media.de> | 2009-04-11 21:31:50 +0200 |
commit | 3c109747dee974b2076aa8dd5bb25194aaec6201 (patch) | |
tree | 4ebcdcf821cec493c921a5bb04b2834b94b6a845 /recipes/freesmartphone/cornucopia.inc | |
parent | 8c242916f8e887dde80e39acc7ab6d322447c839 (diff) |
fsogsmd: new recipe
use cornucopia.inc
Diffstat (limited to 'recipes/freesmartphone/cornucopia.inc')
-rw-r--r-- | recipes/freesmartphone/cornucopia.inc | 15 |
1 files changed, 15 insertions, 0 deletions
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" |