Initial commit of wesnoth
This commit is contained in:
parent
a6147c6619
commit
a06bdb9c7c
3841
wesnoth/.footprint
Normal file
3841
wesnoth/.footprint
Normal file
File diff suppressed because it is too large
Load Diff
1
wesnoth/.md5sum
Normal file
1
wesnoth/.md5sum
Normal file
@ -0,0 +1 @@
|
||||
20a2498938a168bf6a0989af857da500 wesnoth-1.0.1.tar.gz
|
19
wesnoth/Pkgfile
Normal file
19
wesnoth/Pkgfile
Normal 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}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user