summaryrefslogtreecommitdiff
path: root/packages/anki/anki.inc
diff options
context:
space:
mode:
authorRolf Leggewie <oe-devel@rolf.leggewie.biz>2008-02-12 18:39:13 +0000
committerRolf Leggewie <oe-devel@rolf.leggewie.biz>2008-02-12 18:39:13 +0000
commitf6d75d235751beea6ccdf865fc302ff97259de65 (patch)
tree6a002a2d3b47f5c97d15394d9377fb845723c5de /packages/anki/anki.inc
parentb9e4b25300b451df273a4d64aef4530b8ec18fbc (diff)
anki: initial commit for flash-card program with spaced repitition
Diffstat (limited to 'packages/anki/anki.inc')
-rw-r--r--packages/anki/anki.inc15
1 files changed, 15 insertions, 0 deletions
diff --git a/packages/anki/anki.inc b/packages/anki/anki.inc
new file mode 100644
index 0000000000..4b996b0f2a
--- /dev/null
+++ b/packages/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"
+DEPENDS = "qt4-x11-free python python-pyqt python-native"
+RRECOMMENDS = "kakasi virtual/japanese-font"
+
+SRC_URI = "http://ichi2.net/anki/download/anki-${PV}.tgz"
+
+inherit autotools setuptools
+
+PACKAGE_ARCH = "all"