From b5f2dcca2affb4d92663d870acba2b4ca1611d00 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sat, 25 Jun 2011 16:48:48 +0300 Subject: add PKGBUILD to build system. --- PKGBUILD.in | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 PKGBUILD.in (limited to 'PKGBUILD.in') diff --git a/PKGBUILD.in b/PKGBUILD.in new file mode 100644 index 000000000..a4a08b913 --- /dev/null +++ b/PKGBUILD.in @@ -0,0 +1,19 @@ +# Maintainer: Aline Ferraz + +pkgname=manaplus-git +pkgver=@PACKAGE_VERSION@ +pkgrel=1 +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=('libxml2' 'physfs' '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 +} -- cgit v1.2.3-60-g2f50