updated on Fri Jan 20 00:01:56 UTC 2012
[aur-mirror.git] / gmult / PKGBUILD
blobb764a858b2597880dec25c0ba96c390b26ed6e82
2 # Maintainer: Dany Martineau <dany.luc.martineau gmail.com>
4 pkgname=gmult
5 pkgver=7.3
6 pkgrel=1
7 pkgdesc="Simple game wherein a multiplication problem is shown with all digits replaced by letters."
8 arch=('i686' 'x86_64')
9 url="https://launchpad.net/gmult/"
10 license=('GPL3')
11 depends=('gtk2')
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)
17 build() {
18 cd ${srcdir}/${pkgname}-${pkgver}
19 ./configure --prefix=/usr
20 make || return 1
21 make DESTDIR=${pkgdir} install