updated on Sun Jan 15 16:02:00 UTC 2012
[aur-mirror.git] / granule / PKGBUILD
blob4bfa2c800d639d5da8375f92ca74a9f2791f024a
1 # Contributor: Vamp898 <vamp898@web.de>
2 pkgname=granule
3 pkgver=1.4.0
4 pkgrel=7
5 pkgdesc="granule is a flashcard program that implements Leitner (by the German psychologist Sebastian Leitner in the 1970s) cardfile methodology for learning new words"
6 arch=( 'i686' 'x86_64' )
7 url="http://granule.sourceforge.net"
8 license=('GPL')
9 depends=( 'gtk' 'libassa' )
10 source=( http://mesh.dl.sourceforge.net/sourceforge/granule/granule-1.4.0-7.tar.gz )
11 md5sums=('4e327db531133ffeb650392042341443')
14 build() {
16        cd $srcdir/granule-1.4.0-7
17        ./configure --prefix=/usr || return 1
18        make || return 1
19        make DESTDIR=$pkgdir install || return 1
20