diff options
author | Thomas Zimmermann <ml@vdm-design.de> | 2010-02-24 21:12:09 +0100 |
---|---|---|
committer | Thomas Zimmermann <zimmermann@vdm-design.de> | 2010-02-25 14:53:27 +0100 |
commit | d7b99e1997c22f03a17fdadf391f0ba18da8c0ea (patch) | |
tree | 433ad01f14e9e1f3ac6f6c564ba1e0eaa030509b | |
parent | 277e7e503806eeeeeaa50372f2561ae11e2a2fd1 (diff) |
jefliks: add new recipe
Signed-off-by: Thomas Zimmermann <zimmermann@vdm-design.de>
-rw-r--r-- | recipes/openmoko-3rdparty/jefliks_git.bb | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/recipes/openmoko-3rdparty/jefliks_git.bb b/recipes/openmoko-3rdparty/jefliks_git.bb new file mode 100644 index 0000000000..87f0b34a9a --- /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 <kayo.k11.4@gmail.com>" +PV = "0.0.2b+gitr${SRCREV}" +PR = "r0" + +inherit autotools pkgconfig + +SRCREV = "c4d035f4696bf8a233a54c74dd148173fdef43c2" + +SRC_URI = "git://jefliks.git.sourceforge.net/gitroot/jefliks/jefliks;protocol=git;branch=master" +S = "${WORKDIR}/git" |