updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / highmoon / PKGBUILD
blob05c5abb333fc3a3c6e948d105d4a101a96527d48
1 # Maintainer: Eric Belanger <belanger@astro.umontreal.ca>
2 # Contributor: Oliver Willemse 
4 pkgname=highmoon 
5 pkgver=1.2.4
6 pkgrel=3
7 pkgdesc="HighMoon is an Artillery or Worms like Game - which takes place in the universe" 
8 url="http://highmoon.gerdsmeier.net/" 
9 license="GPL"
10 arch=('i686')
11 depends=('sdl_image')
12 makedepends=('gcc') 
13 source=(http://highmoon.gerdsmeier.net/${pkgname}-${pkgver}.tar.gz)
14 md5sums=('4b16a749f844d5ca691c9774884979ec')
16 build() { 
17   cd ${srcdir}/HighMoon
18   make || return 1
19   make INSTALLPATH=${pkgdir}/usr/share/highmoon INSTALLBIN=${pkgdir}/usr/bin install
20   sed -i -e "s|${pkgdir}/usr/share/highmoon|/usr/share/highmoon|" ${pkgdir}/usr/bin/highmoon