updated on Wed Jan 25 00:20:47 UTC 2012
[aur-mirror.git] / polyglot / PKGBUILD
blobeb58c4f1d84b151dcda1ed2331e377a43c95d65d
1 # Maintainer: Milos Pejovic <pejovic@gmail.com>
2 # Contributor: Auguste <auguste@gmail.com>
4 pkgname=polyglot
5 pkgver=1.4.66b
6 pkgrel=1
7 pkgdesc="A UCI adapter to connect a UCI chess engine to an xboard interface."
8 arch=('i686' 'x86_64')
9 url="http://alpha.uhasselt.be/Research/Algebra/Toga/"
10 license=('GPLv2')
11 source=(http://alpha.uhasselt.be/Research/Algebra/Toga/polyglot-release/polyglot-${pkgver}.tar.gz)
12 md5sums=('70ac04cc6fdc7bebda5684a01ca7539f')
14 build() {
15     cd $srcdir/${pkgname}-${pkgver}
16     ./configure --prefix=/usr
17     make || return 1
18     make DESTDIR=${pkgdir} install || return 1