This script is for Slackware 13.0 only and may be outdated.

SlackBuilds Repository

13.0 > Games > wesnoth (1.8)

The Battle for Wesnoth is a turn-based strategy game set in a fantasy
environment, where players can build an army of different kinds of
fighters from races such as elves, dwarves, orcs, trolls, and more.

It is a turn-based strategy game on a hexgrid with several challenging
single-player campaigns and different kind of multi-player matches.

If you want to compile the wesnothd server and campaign server you can
run the script as follows:

SERVER=yes ./wesnoth.SlackBuild

please note that the server UID and GID are not required at compile time but
will be required at runtime under the UID/GID specified in the buildscript.
You can create the user and group for the wesnoth server as follows:

# groupadd -g 229 wesnoth
# useradd -u 229 -d /dev/null -s /bin/false -g wesnoth wesnoth

Wesnoth requires LUA to compile. A buildscript for lua is available
at SlackBuilds.org

Maintained by: Michiel van Wessem
Keywords: strategy,turn-based,fantasy
ChangeLog: wesnoth

Homepage:
http://www.wesnoth.org

Source Downloads:
wesnoth-1.8.tar.bz2 (07e4b97512e307c54dcfd86659a61e41)

Download SlackBuild:
wesnoth.tar.gz
wesnoth.tar.gz.asc (FAQ)

(the SlackBuild does not include the source)

Individual Files:
README
doinst.sh
slack-desc
wesnoth.SlackBuild
wesnoth.info

Validated for Slackware 13.0

See our HOWTO for instructions on how to use the contents of this repository.

Access to the repository is available via:
ftp git cgit http rsync

© 2006-2024 SlackBuilds.org Project. All rights reserved.
Slackware® is a registered trademark of Patrick Volkerding
Linux® is a registered trademark of Linus Torvalds