1 # Maintainer: Jakob Matthes <jakob.matthes@gmail.com>
2 # Contributor: G_Syme <demichan(at)mail(dot)upb(dot)de>
7 pkgdesc="A tool to roll a user-defined dice sequence and display the result"
9 url="http://matteocorti.ch/software/roll.html"
11 source=(http://matteocorti.ch/software/$pkgname/$pkgname-$pkgver.tar.gz)
12 md5sums=('97e71c88e7facb90cab8645fe7226028')
15 cd "$srcdir"/$pkgname-$pkgver
16 ./configure --prefix=/usr
18 make DESTDIR="$pkgdir" install