wesnoth: contrib -> romster

This commit is contained in:
Danny Rawlins 2013-04-13 10:21:12 +10:00
parent d7d64315f7
commit 617ad2b861
4 changed files with 0 additions and 12761 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1 +0,0 @@
a2ac2d629d4e3e5fc7e7e48f935d9960 wesnoth-1.10.1.tar.bz2

View File

@ -1,38 +0,0 @@
# Description: The Battle for Wesnoth is a turn-based strategy game with a fantasy theme.
# URL: http://www.wesnoth.org/
# Maintainer: Danny Rawlins, monster dot romster at gmail dot com
# Packager: Danny Rawlins, monster dot romster at gmail dot com
# Depends on: boost cmake pango sdl_image sdl_mixer sdl_net sdl_ttf lua libidn
name=wesnoth
version=1.10.1
release=1
source=(http://downloads.sourceforge.net/project/$name/$name-${version%.*}/$name-$version/$name-$version.tar.bz2)
build() {
cd $name-$version
mkdir build
cd build
cmake ../ \
-DCMAKE_INSTALL_PREFIX=/usr \
-DMANDIR=/usr/man \
-DENABLE_NLS=FALSE \
-DENABLE_DESKTOP_ENTRY=TRUE \
-DENABLE_CAMPAIGN_SERVER=FALSE \
-DENABLE_SERVER=FALSE
make
make DESTDIR=$PKG install
# wont run if you reamove README and COPYING
# find $PKG/usr/share/wesnoth -type f \( \
# -name 'README' -o \
# -name 'COPYING.txt' -o \
# -name 'COPYING' \
# \) -exec rm {} +
find $PKG -type d -exec chmod -c go-w {} +
rm -r $PKG/usr/share/doc
}

View File

@ -1,7 +0,0 @@
NOTE:
There is a pre-install script to downlaod and patch wesnoth
if you have xdelta installed and the previous wesnoth source
file this saves downloading ~140MB and instead gets you a
~1-10MB file.