updated on Sat Jan 21 16:18:39 UTC 2012
[aur-mirror.git] / memorizer / PKGBUILD
blob1f8c246e12ed5775791442436962d7335710394c
1 # Contributor: Alois Nespor <alois.nespor@gmail.com>
3 pkgname=memorizer
4 pkgver=0.2
5 pkgrel=1
6 pkgdesc="Memorizer is a tool which helps in memorizing lists of data through on-screen flash cards and matching and multiple choice testing modes. It is designed for and by students studying for tests and exams."
7 arch=('i686' 'x86_64')
8 url="https://launchpad.net/memorizer"
9 license=('GPL2')
10 depends=('gtk2' 'librsvg')
11 source=(http://launchpad.net/memorizer/0.2/0.2/+download/$pkgname-$pkgver.tar.gz)
12 optdepends=('wordnet: for support large lexical database of English')
13 build() 
15         cd $startdir/src/$pkgname-$pkgver
16         ./configure --prefix=/usr
17         make || return 1
18         make DESTDIR=$startdir/pkg install
19         
21
22 md5sums=('18ddfb3008f54e3b49e64d8193a9f1d7')