[oe-commits] Sebastian Krzyszkowiak : blipomoko: new recipe

git version control git at git.openembedded.org
Sat Nov 7 13:26:26 UTC 2009


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

Author: Sebastian Krzyszkowiak <seba.dos1 at gmail.com>
Date:   Fri Nov  6 17:51:21 2009 +0000

blipomoko: new recipe

Signed-off-by: Klaus Kurzmann <mok at fluxnetz.de>

---

 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..b78966f
--- /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