aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/omoney
diff options
context:
space:
mode:
authorJan Luebbe <jluebbe@debian.org>2009-05-23 23:57:41 +0200
committerJan Luebbe <jluebbe@debian.org>2009-05-23 23:57:41 +0200
commit00979521a7273ff400161e337f443560222b1ec4 (patch)
tree63133fc49f802c08d4c9e0b67a7688b28898957f /recipes/omoney
parente95b79125efb79a1d40f190bf073c56ec16429c3 (diff)
downloadopenembedded-00979521a7273ff400161e337f443560222b1ec4.tar.gz
Import the shr overlay
pingus, python/pydes and the edj files are still missing.
Diffstat (limited to 'recipes/omoney')
-rw-r--r--recipes/omoney/omoney_svn.bb28
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 0000000000..706a5d0493
--- /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${SRCREV}"
+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"
+