[arch-commits] Commit in manaplus/repos (4 files)

Jaroslav Lichtblau jlichtblau at archlinux.org
Sat Mar 12 15:49:08 UTC 2016


    Date: Saturday, March 12, 2016 @ 16:49:07
  Author: jlichtblau
Revision: 166406

archrelease: copy trunk to community-i686, community-x86_64

Added:
  manaplus/repos/community-i686/
  manaplus/repos/community-i686/PKGBUILD
    (from rev 166405, manaplus/trunk/PKGBUILD)
  manaplus/repos/community-x86_64/
  manaplus/repos/community-x86_64/PKGBUILD
    (from rev 166405, manaplus/trunk/PKGBUILD)

---------------------------+
 community-i686/PKGBUILD   |   32 ++++++++++++++++++++++++++++++++
 community-x86_64/PKGBUILD |   32 ++++++++++++++++++++++++++++++++
 2 files changed, 64 insertions(+)

Copied: manaplus/repos/community-i686/PKGBUILD (from rev 166405, manaplus/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2016-03-12 15:49:07 UTC (rev 166406)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
+# Contributor: Bjorn Lindeijer <bjorn lindeijer nl>
+# Contributor: Mateusz Herych <heniekk at gmail.com>
+# 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
+}

Copied: manaplus/repos/community-x86_64/PKGBUILD (from rev 166405, manaplus/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2016-03-12 15:49:07 UTC (rev 166406)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
+# Contributor: Bjorn Lindeijer <bjorn lindeijer nl>
+# Contributor: Mateusz Herych <heniekk at gmail.com>
+# 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
+}



More information about the arch-commits mailing list