omoney: new recipe from SHR
authorMartin Jansa <Martin.Jansa@gmail.com>
Wed, 18 Nov 2009 08:28:12 +0000 (09:28 +0100)
committerMartin Jansa <Martin.Jansa@gmail.com>
Wed, 18 Nov 2009 08:57:53 +0000 (09:57 +0100)
recipes/omoney/omoney_svn.bb [new file with mode: 0644]

diff --git a/recipes/omoney/omoney_svn.bb b/recipes/omoney/omoney_svn.bb
new file mode 100644 (file)
index 0000000..f566c92
--- /dev/null
@@ -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"
+