games/warmux: Renamed from wormux and upgraded for version 11.01

Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
This commit is contained in:
Heinz Wiesinger 2011-04-01 23:12:19 +02:00
parent a6656472f0
commit 53c832ed33
6 changed files with 28 additions and 29 deletions

View file

@ -1,6 +1,6 @@
Wormux - War is declared !
Warmux - War is declared !
Have the mascots of your favorite free softwares battle in the Wormux arena.
Have the mascots of your favorite free softwares battle in the Warmux arena.
Using dynamite, grenades, baseball bat and others bazookas,... exterminate
your opponent in a 2D toon style scenery and a funny environment.
@ -8,7 +8,7 @@ Each player (2 minimum on the same PC or network game with 0.8 version)
controls the team of his choice (penguin, gnu, firefox, wilber,...) and must
destroy his adversary using more or less casual weapons.
Although a minimum of strategy is required to vanquish, Wormux is
Although a minimum of strategy is required to vanquish, Warmux is
pre-eminently a "convivial mass murder" game where, turn by turn, each
member of each team attempts to produce a maximum of damage to his opponents.

View file

@ -6,14 +6,14 @@
# customary to leave one space after the ':'.
|-----handy-ruler------------------------------------------------------|
wormux: Wormux (Worms linux/unix clone)
wormux:
wormux: Have the mascots of your favorite free softwares battle in the Wormux
wormux: arena. Using dynamite, grenades, baseball bat and others bazookas,...
wormux: exterminate your opponent in a 2D toon style scenery and a funny
wormux: environment.
wormux:
wormux: Homepage: http://www.wormux.org
wormux:
wormux:
wormux:
warmux: Warmux (Worms linux/unix clone)
warmux:
warmux: Have the mascots of your favorite free softwares battle in the Warmux
warmux: arena. Using dynamite, grenades, baseball bat and others bazookas,...
warmux: exterminate your opponent in a 2D toon style scenery and a funny
warmux: environment.
warmux:
warmux: Homepage: http://www.wormux.org
warmux:
warmux:
warmux:

View file

@ -1,9 +1,9 @@
#!/bin/sh
# Slackware build script for wormux
# Slackware build script for warmux
# Copyright 2007 Adnan Hodzic aka AbsintheSyringe <AbsintheSyringe@gmail.com>
# Copyright 2008-2010 Heinz Wiesinger, Amsterdam, The Netherlands
# Copyright 2008-2011 Heinz Wiesinger, Amsterdam, The Netherlands
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -25,8 +25,8 @@
# Modified by the SlackBuilds.org project
PRGNAM=wormux
VERSION=0.9.2.1
PRGNAM=warmux
VERSION=11.01
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -89,7 +89,6 @@ find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
find $PKG/usr/man -type f -exec gzip -9 {} \;
for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a ChangeLog INSTALL README TODO $PKG/usr/doc/$PRGNAM-$VERSION

10
games/warmux/warmux.info Normal file
View file

@ -0,0 +1,10 @@
PRGNAM="warmux"
VERSION="11.01"
HOMEPAGE="http://www.wormux.org/phpboost/news/news.php"
DOWNLOAD="http://download.gna.org/warmux/warmux-11.01.tar.bz2"
MD5SUM="ecf98ff1a91899d35d0ba8266ace9787"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Heinz Wiesinger"
EMAIL="pprkut@liwjatan.at"
APPROVED="Erik Hanson"

View file

@ -1,10 +0,0 @@
PRGNAM="wormux"
VERSION="0.9.2.1"
HOMEPAGE="http://wormux.org/wiki/en/index.php"
DOWNLOAD="http://download.gna.org/warmux/archive/wormux-0.9.2.1.tar.bz2"
MD5SUM="e49621b9b4ac7c8d1b11657989df61db"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Heinz Wiesinger"
EMAIL="pprkut@liwjatan.at"
APPROVED="Erik Hanson"