summaryrefslogblamecommitdiff
path: root/PKGBUILD.in
blob: 34261cb4a313c1f311845f51ba0fe8ecb5a750d3 (plain) (tree)
1
2
3
4
5
6
7
8
9


                                               
                        
        
                                                                                                                                                                                             
                      
                                  
                                                                         



                





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

pkgname=manaplus-git
pkgver=@PACKAGE_VERSION@
pkgrel=1
pkgdesc="ManaVerse 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.germantmw.de"
arch=('i686' 'x86_64')
url="http://manaplus.germantmw.de"
depends=('libxml2' 'sdl_image' 'sdl_mixer' 'sdl_net' 'sdl_ttf' 'sdl_gfx')
license=('GPL2')

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