increase dvbapp PR.
[vuplus_openembedded] / recipes / anki / anki.inc
1 DESCRIPTION = "Anki is a program designed to help you remember facts \
2 (such as words and phrases in a foreign language) \
3 as easily, quickly and efficiently as possible"
4 HOMEPAGE = "http://ichi2.net/anki/"
5 AUTHOR = "Damien Elmes"
6 PRIORITY = "optional"
7 LICENSE = "GPLv2"
8 RDEPENDS = "python-pyqt"
9 RRECOMMENDS = "kakasi virtual-japanese-font"
10
11 SRC_URI = "http://ichi2.net/anki/download/anki-${PV}.tgz"
12
13 inherit setuptools
14
15 PACKAGE_ARCH = "all"