diff options
Diffstat (limited to 'recipes/anki/anki.inc')
-rw-r--r-- | recipes/anki/anki.inc | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/recipes/anki/anki.inc b/recipes/anki/anki.inc new file mode 100644 index 0000000000..e9a71c286b --- /dev/null +++ b/recipes/anki/anki.inc @@ -0,0 +1,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" |