contrib/tmw/Pkgfile

17 lines
482 B
Plaintext
Raw Normal View History

2008-10-11 15:46:48 +02:00
# Description: 2D MMORPG (like tibia but w/out freaks throwing chairs at their mothers)
# URL: http://themanaworld.org/
# Maintainer: Bartlomiej Palmowski, maks1k at wp dot pl
# Depends on: guichan physfs libxml2 libpng sdl_mixer sdl_net
name=tmw
2008-12-30 21:18:52 +01:00
version=0.0.27
2008-10-11 15:46:48 +02:00
release=1
source=(http://downloads.sourceforge.net/themanaworld/$name-$version.tar.gz)
build() {
cd $name-$version
./configure --prefix=/usr --mandir=/usr/man
make
make DESTDIR=$PKG install
}