--- recipes/openmoko-3rdparty/jefliks_git.bb | 16 ++++++++++++++++ 1 files changed, 16 insertions(+), 0 deletions(-) create mode 100644 recipes/openmoko-3rdparty/jefliks_git.bb
diff --git a/recipes/openmoko-3rdparty/jefliks_git.bb b/recipes/openmoko-3rdparty/jefliks_git.bb new file mode 100644 index 0000000..363f20d --- /dev/null +++ b/recipes/openmoko-3rdparty/jefliks_git.bb @@ -0,0 +1,16 @@ +DESCRIPTION = "This project is a try to write real tiny and fast XMPP/Jabber \ + client for handheld devices, supported by Enlightment Foundation Library.\ + It use Elementary widget toolkit and Iksemel library to make it possible." +LICENSE = "GPL" +DEPENDS = "edje-native elementary iksemel gnutls eet evas ecore eina" +HOMEPAGE = "http://jefliks.sourceforge.net/" +AUTHOR = "Phoenix Kayo <[email protected]>" +PV = "0.0.2b+gitr${SRCPV}" +PR = "r0" + +inherit autotools pkgconfig + +SRCREV = "c4d035f4696bf8a233a54c74dd148173fdef43c2" + +SRC_URI = "git://jefliks.git.sourceforge.net/gitroot/jefliks/jefliks;protocol=git;branch=master" +S = "${WORKDIR}/git" -- 1.7.0 _______________________________________________ Shr-devel mailing list [email protected] http://lists.shr-project.org/mailman/listinfo/shr-devel
