summaryrefslogtreecommitdiff
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAline Ferraz <freya.df@gmail.com>2011-06-12 22:07:40 -0300
committerAline Ferraz <freya.df@gmail.com>2011-06-12 22:07:40 -0300
commite364eb8a2d1bc92af484a2251723275628fe3c18 (patch)
tree503049ca02f853b498519f0c2caabfef05417560 /PKGBUILD
parent175191da957e220a5232daf2287a1412c04db7d3 (diff)
downloadplus-e364eb8a2d1bc92af484a2251723275628fe3c18.tar.gz
plus-e364eb8a2d1bc92af484a2251723275628fe3c18.tar.bz2
plus-e364eb8a2d1bc92af484a2251723275628fe3c18.tar.xz
plus-e364eb8a2d1bc92af484a2251723275628fe3c18.zip
Some changes in the PKGBUILD
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 1 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e1be142f2..409f2de42 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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