updated on Mon Jan 23 16:10:15 UTC 2012
[aur-mirror.git] / cboard / PKGBUILD
blobcb4d07206932d66a79e270a9f855e6c3ba9e46fb
1 # Contributor: bl4ckb1t <bl4ckb1t@gmail.com>
2 pkgname=cboard
3 pkgver=0.5
4 pkgrel=1
5 pkgdesc="CBoard is an NCurses PGN browser, editor, and front end to chess engines that use the XBoard protocol." 
6 arch=('i686' 'x86_64')
7 url="http://freshmeat.net/projects/cboard/"
8 license=('GPL')
9 depends=('ncurses' 'gnuchess')
10 source=(http://www.ibiblio.org/pub/Linux/games/chess/$pkgname-$pkgver.tar.gz)
11 md5sums=('0d4dce04bf3a8fe163ced5a0a32010d4')
13 build() {
14   cd $startdir/src/$pkgname-$pkgver
15   ./configure --prefix=/usr
16   make || return 1
17   make DESTDIR=$startdir/pkg install