aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/anki/anki.inc
blob: d11457b0da37a32e3f8a0756211d29eef16f534e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
DESCRIPTION = "Anki is a program designed to help you remember facts \
(such as words and phrases in a foreign language) \
as easily, quickly and efficiently as possible"
HOMEPAGE = "http://ichi2.net/anki/"
AUTHOR = "Damien Elmes"
PRIORITY = "optional"
LICENSE = "GPLv2"
RDEPENDS = "python-pyqt"
RRECOMMENDS = "kakasi virtual-japanese-font"

SRC_URI = "http://ichi2.net/anki/download/anki-${PV}.tgz"

inherit setuptools

PACKAGE_ARCH = "all"