# Maintainer : Frederic Bezies # Contributor: kusakata pkgname=galois pkgver=0.4 pkgrel=2 pkgdesc='A computer game of the "falling blocks" type, but with unique features' arch=('i686' 'x86_64') url="http://www.nongnu.org/galois/" license=('GPL3') depends=('gtkmm' 'libxml++') source=("http://download.savannah.gnu.org/releases/galois/source/galois-${pkgver}.tar.gz") md5sums=('dc80a8cac1aee42a66b7f992ac593bf5') build() { cd "${srcdir}/${pkgname}-${pkgver}" ./configure --prefix=/usr make } package() { cd "${srcdir}/${pkgname}-${pkgver}" make DESTDIR="$pkgdir" install }