updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / spacezero / PKGBUILD
blobacd406497065f65eb8c32fdabc13c063927803d5
1 #########################################################################################################################
2 # Maintainer: aratmos OR argos-void <void.at.null AT gmail.com>. Usually at #archlinux IRC channel :)
3 ########################################################################################################################
4 pkgname=spacezero
5 pkgver=0.80.03
6 pkgrel=2
7 pkgdesc='A RTS space game'
8 url="http://spacezero.sourceforge.net/index.html"
9 arch=('x86_64' 'i686')
10 license=('GPLv3')
11 depends=('gcc' 'make' 'gtk2' 'glib2' 'openal' 'freealut')
12 optdepends=()
13 makedepends=()
14 conflicts=()
15 replaces=()
16 backup=()
17 source=("http://sourceforge.net/projects/spacezero/files/spacezero 0.80.0/spacezero-0.80.03.tar.gz")
18 # md5sums were done in Thu 06/23/11
19 md5sums=('ea17e5954a2a9a55c397235bc43be1e6')
20 build() {
21   cd ${srcdir}
22   tar xvf ${pkgname}-${pkgver}.tar.gz
23   cd ${pkgname}
24   make
25   mv bin/${pkgname} ${pkgdir}