updated on Thu Jan 12 20:00:29 UTC 2012
[aur-mirror.git] / xbomb / PKGBUILD
blobed2a45811a6265567f6c388b455a209ea03743ce
1 # Contributor: Olivier Duclos <olivier.duclos gmail.com>
3 pkgname=xbomb
4 pkgver=2.2
5 pkgrel=2
6 pkgdesc="A minesweeper clone with square, hexagonal and triangular grids"
7 arch=('i686' 'x86_64')
8 url="http://www.gedanken.demon.co.uk/xbomb/"
9 license=('GPL')
10 depends=(libxaw)
11 source=(http://www.gedanken.demon.co.uk/download-xbomb/$pkgname-$pkgver.tgz)
12 md5sums=('01a4e19e9585e52522c0c8acf1511274')
14 build() {
15   cd $srcdir/$pkgname-$pkgver
16   sed -i 's/\/X11R6//' Makefile
17   sed -i 's/lib/share\/X11/g' Makefile
18   sed -i 's/\/man\//\/share\/man\//g' Makefile
19   make || return 1
20   make INSTDIR=$pkgdir/usr install || return 1