contrib/tmw/Pkgfile
Bartlomiej Palmowski fe1e757b3b tmw: 0.0.27 -> 0.0.28
2009-02-02 13:37:20 +01:00

17 lines
505 B
Plaintext

# Description: 2D MMORPG (like tibia but w/o freaks throwing chairs at their mothers)
# URL: http://themanaworld.org/
# Maintainer: Bartlomiej Palmowski, rotwang at crux dot org dot pl
# Depends on: guichan physfs libxml2 libpng sdl_mixer sdl_net
name=tmw
version=0.0.28
release=1
source=(http://downloads.sourceforge.net/themanaworld/$name-$version.tar.gz)
build() {
cd $name-$version
./configure --prefix=/usr --mandir=/usr/man --disable-nls
make
make DESTDIR=$PKG install
}