1 # Contributor: yetist <yetist@gmail.com>
6 pkgdesc="Chinese chess game"
8 url="http://code.google.com/p/gmchess/"
11 makedepends=('pkgconfig' 'intltool')
12 source=("http://gmchess.googlecode.com/files/$pkgname-$pkgver.tar.bz2")
13 sha1sums=('f9a81c8fd58ff5122423b368c62e54f3b7528af5')
16 cd "$startdir/src/$pkgname-$pkgver"
17 ./configure --prefix=/usr || return 1
19 make DESTDIR="$startdir/pkg" install || return 1