1 # Maintainer: Dan Sagunov <danilka.pro@gmail.com>
7 pkgdesc="ManaPlus is a 2D MMORPG game advanced client for games based on eAthena fork The Mana World (tAthena) also for other forks like Evol."
9 source=(http://download.evolonline.org/manaplus/download/manaplus.tar.bz2)
10 url="http://manaplus.evolonline.org"
11 depends=('libxml2' 'physfs' 'sdl_image' 'sdl_mixer' 'sdl_net' 'sdl_ttf' 'sdl_gfx')
12 conflicts=('manaplus-git')
14 md5sums=('b115a6498c21679f9897b475eca81bcb')
17 cd "$srcdir/$builddir"
19 ./configure --prefix=/usr
25 cd "$srcdir/$builddir"
26 make DESTDIR="$pkgdir/" install