1 # Contributor: Vamp898 <vamp898@web.de>
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"
9 depends=( 'gtk' 'libassa' )
10 source=( http://mesh.dl.sourceforge.net/sourceforge/granule/granule-1.4.0-7.tar.gz )
11 md5sums=('4e327db531133ffeb650392042341443')
16 cd $srcdir/granule-1.4.0-7
17 ./configure --prefix=/usr || return 1
19 make DESTDIR=$pkgdir install || return 1