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

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


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

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

omoney: new recipe from SHR

---

 recipes/omoney/omoney_svn.bb |   28 ++++++++++++++++++++++++++++
 1 files changed, 28 insertions(+), 0 deletions(-)

diff --git a/recipes/omoney/omoney_svn.bb b/recipes/omoney/omoney_svn.bb
new file mode 100644
index 0000000..f566c92
--- /dev/null
+++ b/recipes/omoney/omoney_svn.bb
@@ -0,0 +1,28 @@
+DESCRIPTION = "OMoney is a bookkeeping application for Openmoko"
+HOMEPAGE = "http://omoney.googlecode.com"
+AUTHOR = "Bumbl"
+LICENSE = "GPLv2"
+SECTION = "openmoko/money"
+PV = "milestone1+svnr${SRCPV}"
+PR = "r0"
+SRC_URI = "svn://omoney.googlecode.com/svn/trunk;module=.;proto=http;rev=29"
+S = "${WORKDIR}"
+
+inherit distutils
+
+RDEPENDS_${PN} = "\
+  python \
+  python-datetime \
+  python-evas \
+  python-edje \
+  python-ecore \
+  python-etk \
+  python-sqlite3 \
+  python-textutils"
+
+FILES_${PN} = "\
+  /usr/bin/omoney \
+  /usr/share/omoney/omgui.edj \
+  /usr/share/pixmaps/omoney.png \
+  /usr/share/applications/omoney.desktop"
+





More information about the Openembedded-commits mailing list