[Lunar-commits] <moonbase-other> anki: introduction to -other
v4hn
me at v4hn.de
Sun Jul 29 17:05:25 CEST 2012
commit b88d34f4c07e765cea40ea2ecb244f80c3961eb3
Author: v4hn <me at v4hn.de>
Date: Sun, 29 Jul 2012 08:05:25 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/b88d34f4c07e765cea40ea2ecb244f80c3961eb3
anki: introduction to -other
---
education/anki/BUILD +18/-0
education/anki/DEPENDS +6/-0
education/anki/DETAILS +16/-0
3 files changed, 40 insertions (+), 0 deletions (-)
--- /dev/null
+++ b/education/anki/BUILD
@@ -0,0 +1,18 @@
+(
+
+ python ./setup.py build &&
+ cd libanki &&
+ python ./setup.py build &&
+
+ prepare_install &&
+
+ # Specifying root, to stop packages clobbering each other's easy-install.pth
+ # http://mail.python.org/pipermail/distutils-sig/2008-October/010208.html
+ python ./setup.py install --root=/ &&
+
+ cd .. &&
+ python ./setup.py install --root=/ &&
+
+ install -Dm0644 anki.desktop /usr/share/applications/anki.desktop
+
+) > $C_FIFO 2>&1
--- /dev/null
+++ b/education/anki/DEPENDS
@@ -0,0 +1,6 @@
+depends PyQt
+depends SQLAlchemy
+depends simplejson
+
+optional_depends matplotlib "" "" "for graph generation"
+optional_depends MPlayer "" "" "for audio playing support"
--- /dev/null
+++ b/education/anki/DETAILS
@@ -0,0 +1,16 @@
+ MODULE=anki
+ VERSION=1.2.11
+ SOURCE=${MODULE}-${VERSION}.tgz
+ SOURCE_URL=http://anki.googlecode.com/files
+ SOURCE_VFY=sha1:9c6dd8e227841e574b56c51ee439d298bd51ac27
+ WEB_SITE=http://ankisrs.net
+ ENTERED=20120729
+ UPDATED=20120729
+ SHORT="An intelligent memory training program"
+
+cat << EOF
+Anki is a program which makes remembering things easy.
+Because it is a lot more efficient than traditional
+study methods, you can either greatly decrease your time
+spent studying, or greatly increase the amount you learn.
+EOF
More information about the Lunar-commits
mailing list