1 # Maintainer: archtux <antonio.arias99999@gmail.com>
6 pkgdesc="Variant of chess"
8 url="http://www.linux-games.com/nuclearchess/"
11 source=(http://www.linux-games.com/$pkgname/$pkgname-$pkgver.tar.gz)
12 md5sums=('c36b0cec8ff1bf3525a12aaf8a9c53fe')
16 cd $srcdir/$pkgname-$pkgver
19 install -Dm644 gfx/anim1.png $pkgdir/usr/share/pixmaps/nuclearchess.png
20 install -Dm644 $startdir/nuclearchess.desktop $pkgdir/usr/share/applications/nuclearchess.desktop
22 ./configure --prefix=/usr
24 make DESTDIR=$pkgdir install