diff options
author | Florian Boor <florian.boor@kernelconcepts.de> | 2008-02-13 10:55:47 +0000 |
---|---|---|
committer | Florian Boor <florian.boor@kernelconcepts.de> | 2008-02-13 10:55:47 +0000 |
commit | 0f0344845902edcbfed4d1bfc4996210f793a947 (patch) | |
tree | 99171617514dfbcfb7dd17033ca4f3248d79dd46 /packages/anki/anki.inc | |
parent | 5cf7c1a4e24bc8e031ecd57b04682f3d1d698052 (diff) | |
parent | 32e690935379493f478d1b7a1cd43fce486083da (diff) |
merge of '6828c0e5742385a5f78150f5504e1690ea6c4111'
and 'f26d3059129388297f1542283ce17d100f8c8acc'
Diffstat (limited to 'packages/anki/anki.inc')
-rw-r--r-- | packages/anki/anki.inc | 15 |
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..e9a71c286b --- /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" +RDEPENDS = "python-pyqt" +RRECOMMENDS = "kakasi virtual/japanese-font" + +SRC_URI = "http://ichi2.net/anki/download/anki-${PV}.tgz" + +inherit setuptools + +PACKAGE_ARCH = "all" |