1 # Contributor: Daniel J Griffiths <ghost1227@archlinux.us>
6 pkgdesc="A full-featured version of the classic dice game Yahtzee"
8 url="http://openyahtzee.sourceforge.net"
11 source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
12 md5sums=('c29ad118d58c283e3163ce219ee12ff9')
15 cd ${pkgname}-${pkgver}
16 ./configure --prefix=/usr
18 make DESTDIR=${pkgdir} install || return 1