[oe-commits] Thomas Zimmermann : evopedia: new recipe

git version control git at git.openembedded.org
Mon Feb 8 14:48:47 UTC 2010


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

Author: Thomas Zimmermann <ml at vdm-design.de>
Date:   Mon Feb  8 13:12:04 2010 +0000

evopedia: new recipe

* evopedia is an offline wikipedia viewer

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

---

 recipes/evopedia/evopedia_git.bb |   24 ++++++++++++++++++++++++
 1 files changed, 24 insertions(+), 0 deletions(-)

diff --git a/recipes/evopedia/evopedia_git.bb b/recipes/evopedia/evopedia_git.bb
new file mode 100644
index 0000000..256085f
--- /dev/null
+++ b/recipes/evopedia/evopedia_git.bb
@@ -0,0 +1,24 @@
+DESCRIPTION = "evopedia is an offline Wikipedia viewer "
+AUTHOR = "Christian Reitwießner"
+HOMEPAGE = "http://www.reitwiessner.de/openmoko/evopedia.html"
+PRIORITY = "optional"
+LICENSE = "GPL"
+RDEPENDS = "python python-xml python-shell python-netclient python-mime python-netserver \
+             python-io kernel-module-squashfs"
+RRECOMMENDS = "midori"
+PV = "0.2.99+gitr${SRCREV}"
+PR = "r0"
+
+SRC_URI = "git://github.com/crei/evopedia.git;protocol=http;branch=master"
+
+SRCREV = "51fd346f635d5715fdd3504ea4a4aa5453a1bfaa"
+S = "${WORKDIR}/git/evopedia"
+
+inherit distutils
+
+PACKAGE_ARCH = "all"
+
+FILES_${PN} += "${datadir}/applications \
+                ${datadir}/evopedia \
+                ${datadir}/pixmaps \
+                "





More information about the Openembedded-commits mailing list