surpport seeking the recorded video
[vuplus_openembedded] / recipes / ebrainy / ebrainy_svn.bb
1 DESCRIPTION = "Store knowledge in form of questions and answers and train them."
2 HOMEPAGE = "http://code.google.com/p/ebrainy/"
3 AUTHOR = "quickdev"
4 LICENSE = "GPL"
5 SECTION = "e/apps"
6 RDEPENDS = "elementary sqlite3 python-sqlalchemy python-mysqldb python-netserver"
7
8 PV = "0.0.1+svnr${SRCPV}"
9 PR = "r1"
10 SRC_URI = "svn://ebrainy.googlecode.com/svn/trunk;module=.;proto=http"
11 S = "${WORKDIR}"
12
13 inherit distutils
14 FILES_${PN} += "${datadir}/applications/ebrainy.desktop"
15