Date: Saturday, March 12, 2016 @ 16:33:14 Author: jlichtblau Revision: 166401
The mana client package (tmw) has been deprecated upstream in favor of the mana plus client (manaplus). Added: manaplus/ manaplus/repos/ manaplus/trunk/ manaplus/trunk/PKGBUILD ----------+ PKGBUILD | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) Added: manaplus/trunk/PKGBUILD =================================================================== --- manaplus/trunk/PKGBUILD (rev 0) +++ manaplus/trunk/PKGBUILD 2016-03-12 15:33:14 UTC (rev 166401) @@ -0,0 +1,32 @@ +# $Id$ +# Maintainer: Jaroslav Lichtblau <[email protected]> +# Contributor: Bjorn Lindeijer <bjorn lindeijer nl> +# Contributor: Mateusz Herych <[email protected]> +# Contributor: Jesse McClure <jesse [dot] mcclure [at] umassmed [dot] edu> + +pkgname=manaplus +pkgver=1.6.2.27 +pkgrel=1 +pkgdesc="Free OpenSource 2D MMORPG client for Evol Online, The mana world and similar servers" +arch=('i686' 'x86_64') +url="https://manaplus.org/" +license=('GPL') +depends=('glu' 'libxml2' 'physfs' 'sdl_image' 'sdl_mixer' 'sdl_net' 'sdl_ttf' 'sdl_gfx') +makedepends=('mesa') +replaces=('tmw') +source=($pkgname-$pkgver.tar.gz::https://github.com/ManaPlus/ManaPlus/archive/v$pkgver.tar.gz) +sha256sums=('fe9053b10df9640e27d8401134f3503c8d0fa2c582292ad05d14e230dc5ad252') + +build() { + cd ManaPlus-$pkgver + + autoreconf -i + ./configure --prefix=/usr + make +} + +package() { + cd ManaPlus-$pkgver + + make DESTDIR="${pkgdir}" install +} Property changes on: manaplus/trunk/PKGBUILD ___________________________________________________________________ Added: svn:keywords ## -0,0 +1 ## +Id \ No newline at end of property
