wesnoth-server: 1.8.6 -> 1.10.1

This commit is contained in:
Danny Rawlins 2012-03-02 22:40:48 +11:00
parent 98c776c02a
commit 3813f0764d
2 changed files with 3 additions and 2 deletions

View File

@ -1,2 +1,2 @@
f1c3179869b01b61e253e74aeb241034 wesnoth-1.8.6.tar.bz2
a2ac2d629d4e3e5fc7e7e48f935d9960 wesnoth-1.10.1.tar.bz2
637b68da9ad8032f3219cee2c64569a9 wesnothd.rc

View File

@ -5,7 +5,7 @@
# Depends on: boost cmake pango sdl_image sdl_mixer sdl_net sdl_ttf lua
name=wesnoth-server
version=1.8.6
version=1.10.1
release=1
source=(http://downloads.sourceforge.net/project/wesnoth/wesnoth-${version%.*}/wesnoth-$version/wesnoth-$version.tar.bz2
wesnothd.rc)
@ -18,6 +18,7 @@ build() {
cmake ../ \
-DCMAKE_INSTALL_PREFIX=/usr \
-DMANDIR=/usr/man \
-DENABLE_NLS=FALSE \
-DENABLE_CAMPAIGN_SERVER=TRUE \
-DENABLE_SERVER=TRUE \