summaryrefslogtreecommitdiffstats
path: root/recipes/obsolete
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2010-08-19 10:59:41 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2010-08-19 11:02:54 +0200
commitb6b32d397839e6cba7c4a8005023507f4058269e (patch)
treef48ffad8b1079da249ec2f196032ec7f6b6926f5 /recipes/obsolete
parentaa9ed8d596f9bf57dee0db808cefea3f5aa5c4f7 (diff)
downloadopenembedded-b6b32d397839e6cba7c4a8005023507f4058269e.tar.gz
omoney: move to obsolete, depends on python-etk and is no longer maintained
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/obsolete')
-rw-r--r--recipes/obsolete/omoney/omoney_svn.bb29
1 files changed, 29 insertions, 0 deletions
diff --git a/recipes/obsolete/omoney/omoney_svn.bb b/recipes/obsolete/omoney/omoney_svn.bb
new file mode 100644
index 0000000000..9c3a3c6826
--- /dev/null
+++ b/recipes/obsolete/omoney/omoney_svn.bb
@@ -0,0 +1,29 @@
+DESCRIPTION = "OMoney is a bookkeeping application for Openmoko"
+HOMEPAGE = "http://omoney.googlecode.com"
+AUTHOR = "Bumbl"
+LICENSE = "GPLv2"
+SECTION = "openmoko/money"
+SRCREV = "29"
+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"
+