[oe-commits] Martin Jansa : blipmoko: new recipe from SHR

git version control git at git.openembedded.org
Wed Nov 18 09:01:19 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 920f17d20aa28079e30876e0308662268735df93
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=920f17d20aa28079e30876e0308662268735df93

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Wed Nov 18 09:23:54 2009 +0100

blipmoko: new recipe from SHR

---

 recipes/blipomoko/blipomoko_git.bb |   17 +++++++++++++++++
 1 files changed, 17 insertions(+), 0 deletions(-)

diff --git a/recipes/blipomoko/blipomoko_git.bb b/recipes/blipomoko/blipomoko_git.bb
new file mode 100644
index 0000000..22a3407
--- /dev/null
+++ b/recipes/blipomoko/blipomoko_git.bb
@@ -0,0 +1,17 @@
+DESCRIPTION = "python-elementary and python-blipapi based blip.pl client"
+AUTHOR = "Sebastian Krzyszkowiak <seba.dos1 at gmail.com>"
+HOMEPAGE = "http://wiki.github.com/dos1/blipomoko"
+LICENSE ?= "GPL"
+RDEPENDS = "python-elementary python-dbus python-edbus python-ecore"
+SECTION = "x11/applications"
+
+SRC_URI = "git://github.com/dos1/blipomoko.git;protocol=http"
+S = "${WORKDIR}/git"
+
+PV = "0.0+gitr${SRCPV}"
+PR = "r0"
+
+inherit distutils
+
+FILES_${PN} += "/usr/share/blipomoko"
+





More information about the Openembedded-commits mailing list