updated on Wed Jan 11 08:01:35 UTC 2012
[aur-mirror.git] / gboggle / PKGBUILD
blob80d0422b531dee45d5a2881bc02944fbaee84215
1 # Maintainer  : Sébastien Leduc <sebastien@sleduc.fr>
2 # Contributor: Daniel J Griffiths <ghost1227@archlinux.us>
4 pkgname=gboggle
5 pkgver=1.1.4
6 pkgrel=1
7 pkgdesc="A simple version of the classic game Boggle."
8 arch=('any')
9 url="http://gboggle.sourceforge.net"
10 license=('GPL')
11 depends=('gconf')
12 source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz)
13 md5sums=('4eef546c2f851deb6991848646d6d322')
15 build() {
16         cd ${pkgname}-${pkgver}
17         ./configure --prefix=/usr --sysconfdir=/etc
18         make 
19         make DESTDIR="${pkgdir}" install