1 # Maintainer: jsteel <jsteel at vorx dot com>
2 # Contributor: Daniel J Griffiths <ghost1227@archlinux.us>
3 # Contributor: Stefan Clarke <fm0nk3y@yahoo.co.uk>
10 url="http://www.gnubg.org"
12 depends=('python' 'gtkglext' 'bison' 'flex')
13 conflicts=('gnubg-cli' 'gnubg-cvs')
14 install=$pkgname.install
15 source=(http://www.gnubg.org/media/sources/$pkgname-source-SNAPSHOT-$pkgver.tar.gz
17 md5sums=('1cece91210975c7ebe5dc01d6e64cf3b'
18 '965f5c7c25f60b27d06cc6fef7befd30')
23 ./configure --prefix=/usr --bindir=/usr/bin --sysconfdir=/etc --mandir=/usr/share/man
29 make DESTDIR="$pkgdir" install
30 install -Dm 644 ../../gnubg.desktop "$pkgdir"/usr/share/applications/gnubg.desktop