updated on Thu Jan 12 04:00:44 UTC 2012
[aur-mirror.git] / nuclearchess / PKGBUILD
blobbd3ab7fee7ffe9439578575d64969403e13746d5
1 # Maintainer: archtux <antonio.arias99999@gmail.com>
3 pkgname=nuclearchess
4 pkgver=1.0.0
5 pkgrel=1
6 pkgdesc="Variant of chess"
7 arch=('i686' 'x86_64')
8 url="http://www.linux-games.com/nuclearchess/"
9 license=('GPL2')
10 depends=('sdl_image')
11 source=(http://www.linux-games.com/$pkgname/$pkgname-$pkgver.tar.gz)
12 md5sums=('c36b0cec8ff1bf3525a12aaf8a9c53fe')
15 build() {
16   cd $srcdir/$pkgname-$pkgver
18   # Desktop icon
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
23   make
24   make DESTDIR=$pkgdir install