diff options
Diffstat (limited to 'recipes/openmoko-3rdparty/mokosuite2_git.bb')
-rw-r--r-- | recipes/openmoko-3rdparty/mokosuite2_git.bb | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/recipes/openmoko-3rdparty/mokosuite2_git.bb b/recipes/openmoko-3rdparty/mokosuite2_git.bb new file mode 100644 index 0000000000..e01cfb4110 --- /dev/null +++ b/recipes/openmoko-3rdparty/mokosuite2_git.bb @@ -0,0 +1,21 @@ +DESCRIPTION = "Desktop environment and phone stack GUI for SHR" +HOMEPAGE = "http://gitorious.org/mokosuite2" +AUTHOR = "Daniele Ricci" +LICENSE = "GPLv3" +DEPENDS = "mokowm elementary libfreesmartphone-glib libphone-utils eggdbus glib-2.0 dbus-glib alsa-lib db sqlite3" +SECTION = "misc/utils" + +PV = "1.0.99+gitr${SRCPV}" +SRCREV = "b06f0d5ee9a8b3aef1be9c084975a8a08a3b3213" + +SRC_URI = "git://gitorious.org/mokosuite2/appbunch.git;protocol=git" +S = "${WORKDIR}/git" + +PARALLEL_MAKE = "" + +CFLAGS += "-DOPENMOKO" +EXTRA_OECONF = " --enable-contactsdb-sqlite --enable-settings-config --with-edje-cc=${STAGING_BINDIR_NATIVE}/edje_cc" +FILES_${PN} += "${datadir}/mokosuite ${sysconfdir}/dbus-1 ${sysconfdir}/X11 ${sysconfdir}/mokosuite.conf {$datadir}/applications" +CONFFILES_${PN} = "${sysconfdir}/mokosuite.conf" + +inherit pkgconfig autotools |