contrib/tmw/Pkgfile

17 lines
542 B
Plaintext
Raw Normal View History

2009-02-02 13:37:20 +01:00
# Description: 2D MMORPG (like tibia but w/o freaks throwing chairs at their mothers)
2008-10-11 15:46:48 +02:00
# URL: http://themanaworld.org/
2009-01-10 14:30:03 +01:00
# Maintainer: Bartlomiej Palmowski, rotwang at crux dot org dot pl
2009-06-11 19:35:30 +02:00
# Depends on: guichan physfs libxml2 libpng sdl_mixer sdl_net sdl_ttf
2008-10-11 15:46:48 +02:00
name=tmw
2009-06-11 19:35:30 +02:00
version=0.0.29.1
2008-10-11 15:46:48 +02:00
release=1
source=(http://download.sourceforge.net/themanaworld/The%20Mana%20World/$version/$name-$version.tar.gz)
2008-10-11 15:46:48 +02:00
build() {
cd $name-$version
2009-02-02 13:37:20 +01:00
./configure --prefix=/usr --mandir=/usr/man --disable-nls
2008-10-11 15:46:48 +02:00
make
make DESTDIR=$PKG install
}