1 # Maintainer: yugrotavele <yugrotavele at archlinux dot us>
2 # Contributor: Berkus <berkus@madfire.net>
3 # Contributor: Stefan Husmann <stefan-husmann@t-online.de>
8 pkgdesc="Reversi game implementation with very strong AI"
10 url="http://www.icce.rug.nl/~hein/programs.shtml#othello"
12 depends=('allegro4' 'gcc-libs')
13 source=(http://www.icce.rug.nl/~hein/ftp/othello/$pkgname-$pkgver.tar.gz
15 md5sums=('cd7d299b1db7bfb6bc3e00d796ee3f23'
16 '18e65f31033ef6033d475c70437d532a')
20 patch -p0 < $srcdir/resource-path.patch
26 install -d $pkgdir/usr/{bin,share/othello}
27 install -D -m 755 othello "$pkgdir/usr/bin/othello"
28 install -D -m 644 *.dat "$pkgdir/usr/share/othello/"