1 # Contributor: Guillem Rieu <guillemr@gmx.net>
6 pkgdesc="ccGo is a program allows you to play go with gnugo on your computer or with other players on the IGS on the internet."
7 url="http://ccdw.org/~cjj/prog/ccgo/"
10 depends=('gtkmm>=2.4.0' 'gconfmm>=2.6.0')
11 source=(http://ccdw.org/~cjj/prog/ccgo/src/$pkgname-$pkgver.tar.gz)
12 md5sums=('34009286564d42d8518d579f6aae9de4')
15 cd $startdir/src/$pkgname-$pkgver
16 ./configure --prefix=/usr
18 make DESTDIR=$startdir/pkg install