View difference between Paste ID: YXNv9ajv and GNJUMUUD
SHOW: | | - or go back to the newest paste.
1
pkgname=mnemosyne
2
pkgver=2.0.1_rc1
3
pkgrel=0
4
pkgdesc="A flash-card tool with a sophisticated card review algorithm"
5
arch=('i686' 'x86_64')
6
url='http://www.mnemosyne-proj.org'
7
license=('GPL')
8
depends=('python2-pyqt' 'python2-matplotlib' 'python2-cherrypy')
9
makedepends=('python2-distribute')
10
optdepends=('texlive-core: support for mathematical formulae in cards')
11
conflicts=('mnemosyne-bzr')
12-
install='mnemosyne.install'
12+
13
md5sums=('b7b0c59a6bbcd1bed56dd13967a720a0')
14
15
build() {
16
  cd "${srcdir}/Mnemosyne-2.0.1-RC1/"
17
  python2 setup.py install --root="${pkgdir}"
18
}