2011-01-24 06:06:12 +08:00
|
|
|
#
|
|
|
|
# Games Packages for Chakra, part of chakra-project.org
|
|
|
|
#
|
|
|
|
# Maintainer: Adrián Chaves Fernández (Gallaecio) <adriyetichaves@gmail.com>
|
|
|
|
|
|
|
|
pkgname=warzone2100
|
2013-01-15 16:46:43 +08:00
|
|
|
pkgver=3.1.0
|
|
|
|
pkgrel=1
|
2011-01-24 06:06:12 +08:00
|
|
|
pkgdesc="3D real-time strategy game where you fight to rebuilt the world destroyed by nuclear war."
|
|
|
|
arch=('i686' 'x86_64')
|
|
|
|
url="http://wz2100.net/"
|
|
|
|
license=('GPL')
|
|
|
|
groups=()
|
2012-03-07 19:00:46 +08:00
|
|
|
categories=('games')
|
2012-05-30 02:26:49 +08:00
|
|
|
depends=(sdl_net libgl openal libjpeg libpng libvorbis libtheora libmad physfs mesa quesoglc popt ttf-dejavu qt glew)
|
2011-01-24 06:06:12 +08:00
|
|
|
makedepends=(gawk bison flex zip unzip)
|
|
|
|
conflicts=(warzone2100-dev)
|
|
|
|
changelog=ChangeLog
|
2013-01-15 16:46:43 +08:00
|
|
|
source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.xz)
|
|
|
|
md5sums=('7f061f3e5a2a6a83c146508ccefabd86')
|
2012-05-30 02:26:49 +08:00
|
|
|
|
2011-01-24 06:06:12 +08:00
|
|
|
|
|
|
|
build() {
|
|
|
|
cd $srcdir/$pkgname-$pkgver
|
2011-11-13 01:39:34 +08:00
|
|
|
./configure \
|
|
|
|
--prefix=/usr
|
2011-01-24 06:06:12 +08:00
|
|
|
make
|
|
|
|
}
|
|
|
|
|
|
|
|
package() {
|
|
|
|
cd $srcdir/$pkgname-$pkgver
|
|
|
|
make DESTDIR=$pkgdir install
|
|
|
|
}
|