1
0
forked from ports/opt

Initial commit of wesnoth

This commit is contained in:
Daniel Walpole 2005-11-17 02:10:38 +00:00
parent a6147c6619
commit a06bdb9c7c
3 changed files with 3861 additions and 0 deletions

3841
wesnoth/.footprint Normal file

File diff suppressed because it is too large Load Diff

1
wesnoth/.md5sum Normal file
View File

@ -0,0 +1 @@
20a2498938a168bf6a0989af857da500 wesnoth-1.0.1.tar.gz

19
wesnoth/Pkgfile Normal file
View File

@ -0,0 +1,19 @@
# $Id: Pkgfile,v 1.14 2005/11/11 00:43:49 danielw Exp $
# Description: A turn-based strategy game with a fantasy theme.
# URL: http://www.wesnoth.org/
# Maintainer: Daniel Walpole, daniel at walpole dot id dot au
# Depends on: sdl_image, sdl_mixer, sdl_net, sdl_ttf
name=wesnoth
version=1.0.1
release=1
source=(http://dl.sourceforge.net/sourceforge/$name/$name-$version.tar.gz)
build() {
cd $name-$version
./configure --prefix=/usr \
--disable-nls
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/man/{de,sv,hu}
}