aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/obsolete/omoney/omoney_svn.bb
blob: 9c3a3c6826c03168d33e044fe1ab4baaf14630c9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
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"