Warzone2011 2.3.9.

This commit is contained in:
Adrian Chaves Fernandez (Gallaecio) 2011-11-12 17:39:34 +00:00
parent 3022272488
commit 826c706fd2

View File

@ -3,11 +3,8 @@
#
# Maintainer: Adrián Chaves Fernández (Gallaecio) <adriyetichaves@gmail.com>
# include global config
source ../_buildscripts/${current_repo}-${_arch}-cfg.conf
pkgname=warzone2100
pkgver=2.3.8
pkgver=2.3.9
pkgrel=1
pkgdesc="3D real-time strategy game where you fight to rebuilt the world destroyed by nuclear war."
arch=('i686' 'x86_64')
@ -19,11 +16,12 @@ makedepends=(gawk bison flex zip unzip)
conflicts=(warzone2100-dev)
changelog=ChangeLog
source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz)
md5sums=('612306c1b6a9d38b632ea3168b824f5e')
md5sums=('7185090a089c9c0e0eca7535a8f25dca')
build() {
cd $srcdir/$pkgname-$pkgver
./configure --prefix=/usr
./configure \
--prefix=/usr
make
}