[crashreport] import plugin.
[vuplus_openembedded] / recipes / openmoko-3rdparty / numberx_svn.bb
1 DESCRIPTION = "NumberX is a mathematical puzzle game that will challenge your mental math abilities! "
2 HOMEPAGE = "http://code.google.com/p/numberx/"
3 LICENSE = "GPLv3"
4 AUTHOR = "ValĂ©ry Febvre <vfebvre@easter-eggs.com>"
5 SECTION = "x11/applications"
6 PRIORITY = "optional"
7 DEPENDS = "python-native"
8
9 PV = "1.0.0+svnr${SRCPV}"
10
11 S = "${WORKDIR}/trunk"
12
13 PACKAGE_ARCH = "all"
14
15 SRC_URI = "svn://numberx.googlecode.com/svn;module=trunk;proto=http"
16
17 inherit distutils
18
19 RDEPENDS += "python-math python-elementary" 
20
21 FILES_${PN} += "${datadir}"