updated on Sun Jan 22 08:00:21 UTC 2012
[aur-mirror.git] / manaplus / PKGBUILD
blobf608fe3232a0585dc750b6b3d5735dfa590e289e
1 # Maintainer: Dan Sagunov <danilka.pro@gmail.com>
3 pkgname=manaplus
4 pkgver=1.2.1.22
5 pkgrel=1
6 builddir=$pkgname
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."
8 arch=('i686' 'x86_64')
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')
13 license=('GPL2')
14 md5sums=('b115a6498c21679f9897b475eca81bcb')
16 build() {
17         cd "$srcdir/$builddir"
18         autoreconf -i
19         ./configure --prefix=/usr
20         make clean
21         make || return 1
24 package() {
25         cd "$srcdir/$builddir"
26         make DESTDIR="$pkgdir/" install