From 5768799d36a5c77bab8f8e4acf1988c534443850 Mon Sep 17 00:00:00 2001 From: Aline Ferraz Date: Sun, 12 Jun 2011 14:15:41 -0300 Subject: ArchLinux PKGBUILD file --- PKGBUILD | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 PKGBUILD (limited to 'PKGBUILD') diff --git a/PKGBUILD b/PKGBUILD new file mode 100644 index 000000000..e1be142f2 --- /dev/null +++ b/PKGBUILD @@ -0,0 +1,21 @@ +# Maintainer: Aline Ferraz + +pkgname=manaplus-git +pkgver=1.1.6.12 +pkgrel=1 +pkgdesc="ManaPlus (aka The Mana World 4144 patch)" +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}/ +git clone git://gitorious.org/~alineferraz/manaplus/alineferraz-manaplus.git +cd alineferraz-manaplus +autoreconf -i +./configure --prefix=/usr +make clean +make || return 1 +make DESTDIR=$startdir/pkg install +} -- cgit v1.2.3-60-g2f50