[oe-commits] Daniele Ricci : libmokosuite: new recipe

git version control git at git.openembedded.org
Mon Dec 6 09:28:07 UTC 2010


Module: openembedded.git
Branch: master
Commit: bbb2e203a3854b2669fb7a1245f6fe46b7ff00d2
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=bbb2e203a3854b2669fb7a1245f6fe46b7ff00d2

Author: Daniele Ricci <daniele.athome at gmail.com>
Date:   Mon Dec  6 07:34:12 2010 +0000

libmokosuite: new recipe

libmokosuite is the core library of mokosuite2.
It is written in C using GLib and EFL; it containes many
useful utilities to write embedded-oriented applications.

libmokosuite is divided in 3 parts: Utils, UI and PIM.

Signed-off-by: Daniele Ricci <daniele.athome at gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 recipes/mokosuite2/libmokosuite_git.bb |   19 +++++++++++++++++++
 1 files changed, 19 insertions(+), 0 deletions(-)

diff --git a/recipes/mokosuite2/libmokosuite_git.bb b/recipes/mokosuite2/libmokosuite_git.bb
new file mode 100644
index 0000000..8cc40b0
--- /dev/null
+++ b/recipes/mokosuite2/libmokosuite_git.bb
@@ -0,0 +1,19 @@
+DESCRIPTION = "Desktop environment and phone stack GUI for SHR - core library"
+HOMEPAGE = "http://gitorious.org/mokosuite2"
+AUTHOR = "Daniele Ricci"
+LICENSE = "GPLv3"
+DEPENDS = "elementary libfreesmartphone-glib libphone-utils eggdbus glib-2.0 dbus-glib alsa-lib db sqlite3 vala-native edje-native"
+SECTION = "misc/utils"
+
+PV = "1.0.99+gitr${SRCPV}"
+SRCREV = "d8e5a780d93ba2c22514502ad9cca0ba66ff7b9d"
+
+SRC_URI = "git://gitorious.org/mokosuite2/libmokosuite.git;protocol=git"
+S = "${WORKDIR}/git"
+
+PARALLEL_MAKE = ""
+
+EXTRA_OECONF = " --enable-contactsdb-sqlite --with-edje-cc=${STAGING_BINDIR_NATIVE}/edje_cc --enable-debug"
+FILES_${PN} += "${datadir}/mokosuite"
+
+inherit pkgconfig autotools





More information about the Openembedded-commits mailing list