pkgname=mnemosyne pkgver=2.0.1_rc1 pkgrel=0 pkgdesc="A flash-card tool with a sophisticated card review algorithm" arch=('i686' 'x86_64') url='http://www.mnemosyne-proj.org' license=('GPL') depends=('python2-pyqt' 'python2-matplotlib' 'python2-cherrypy') makedepends=('python2-distribute') optdepends=('texlive-core: support for mathematical formulae in cards') conflicts=('mnemosyne-bzr') source=("http://users.ugent.be/~pbienst/pub/Mnemosyne-2.0.1-RC1.tar.gz") md5sums=('b7b0c59a6bbcd1bed56dd13967a720a0') build() { cd "${srcdir}/Mnemosyne-2.0.1-RC1/" python2 setup.py install --root="${pkgdir}" }