warzone2100 2.0.5

This commit is contained in:
Mark Rosenstand 2006-12-25 14:45:04 +01:00
parent 23c38743d0
commit 8a9b44f88a
3 changed files with 7 additions and 2 deletions

View File

@ -2,6 +2,10 @@ drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/warzone2100
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/applications/
-rw-r--r-- root/root usr/share/applications/warzone2100.desktop
drwxr-xr-x root/root usr/share/icons/
-rw-r--r-- root/root usr/share/icons/warzone2100.png
drwxr-xr-x root/root usr/share/warzone2100/
-rw-r--r-- root/root usr/share/warzone2100/mp.wz
-rw-r--r-- root/root usr/share/warzone2100/warzone.wz

View File

@ -1 +1 @@
84e92061d9a00405994ab7496d03a610 warzone2100-2.0.4.tar.bz2
56e83a64d5b7aa60ced3d7ac7281bb42 warzone2100-2.0.5.tar.bz2

View File

@ -4,12 +4,13 @@
# Depends on: libjpeg, libmad, libpng, libvorbis, mesa3d, openal, physfs, sdl_net
name=warzone2100
version=2.0.4
version=2.0.5
release=1
source=(http://download.gna.org/warzone/releases/2.0/warzone2100-$version.tar.bz2)
build() {
cd warzone2100-$version
./autogen.sh
./configure --prefix=/usr
make
make DESTDIR=$PKG install