diff options
author | Aline Ferraz <freya.df@gmail.com> | 2011-06-12 22:07:40 -0300 |
---|---|---|
committer | Aline Ferraz <freya.df@gmail.com> | 2011-06-12 22:07:40 -0300 |
commit | e364eb8a2d1bc92af484a2251723275628fe3c18 (patch) | |
tree | 503049ca02f853b498519f0c2caabfef05417560 | |
parent | 175191da957e220a5232daf2287a1412c04db7d3 (diff) | |
download | mv-e364eb8a2d1bc92af484a2251723275628fe3c18.tar.gz mv-e364eb8a2d1bc92af484a2251723275628fe3c18.tar.bz2 mv-e364eb8a2d1bc92af484a2251723275628fe3c18.tar.xz mv-e364eb8a2d1bc92af484a2251723275628fe3c18.zip |
Some changes in the PKGBUILD
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -3,7 +3,7 @@ pkgname=manaplus-git pkgver=1.1.6.12 pkgrel=1 -pkgdesc="ManaPlus (aka The Mana World 4144 patch)" +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') @@ -11,8 +11,6 @@ license=('GPL2') build() { cd ${startdir}/ -git clone git://gitorious.org/~alineferraz/manaplus/alineferraz-manaplus.git -cd alineferraz-manaplus autoreconf -i ./configure --prefix=/usr make clean |