pkgname=gnuchess pkgver=6.2.3 pkgrel=1 pkgdesc="Application able to play chess (against another software or a human)" url="http://www.gnu.org/software/chess/chess.html" arch=('x86_64') license=('GPL3') depends=('bash') install=$pkgname.install categories=('games') source=(ftp://ftp.gnu.org/pub/gnu/chess/$pkgname-$pkgver.tar.gz) md5sums=('972f79d1f2e0c320f8beed8f2a8c10f8') build() { cd $srcdir/$pkgname-$pkgver ./configure \ --prefix=/usr make } package() { cd $srcdir/$pkgname-$pkgver make prefix=$pkgdir/usr install }