2 # Maintainer: Dany Martineau <dany.luc.martineau gmail.com>
7 pkgdesc="Simple game wherein a multiplication problem is shown with all digits replaced by letters."
9 url="https://launchpad.net/gmult/"
12 madepends=('make' 'intltool' 'vala' 'hicolor-icon-theme')
13 source=(http://launchpad.net/gmult/trunk/$pkgver/+download/${pkgname}-${pkgver}.tar.bz2)
14 md5sums=('f28d1f6f5d4f62e00bc9d16012d02154')
15 install=(gmult.install)
18 cd ${srcdir}/${pkgname}-${pkgver}
19 ./configure --prefix=/usr
21 make DESTDIR=${pkgdir} install