summaryrefslogblamecommitdiff
path: root/PKGBUILD
blob: 409f2de420e97bf6db9789e26aa82c7103998838 (plain) (tree)
1
2
3
4
5
6




                                               
                                                                                                                                                                                              






                                                                                                   





                                  
# Maintainer: Aline Ferraz <freya.df@gmail.com>

pkgname=manaplus-git
pkgver=1.1.6.12
pkgrel=1
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. More info here: http://manaplus.evolonline.org"
arch=('i686' 'x86_64')
url="http://manaplus.evolonline.org"
depends=('guichan' 'libxml2' 'physfs' 'sdl_image' 'sdl_mixer' 'sdl_net' 'sdl_ttf' 'sdl_gfx' 'enet')
license=('GPL2')

build() {
cd ${startdir}/
autoreconf -i
./configure --prefix=/usr
make clean
make || return 1
make DESTDIR=$startdir/pkg install
}