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

Evangelos Foutras foutrelis at archlinux.org
Mon Dec 7 07:06:46 UTC 2015


    Date: Monday, December 7, 2015 @ 08:06:45
  Author: foutrelis
Revision: 149675

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

Added:
  tmw/repos/community-staging-i686/
  tmw/repos/community-staging-i686/PKGBUILD
    (from rev 149674, tmw/trunk/PKGBUILD)
  tmw/repos/community-staging-x86_64/
  tmw/repos/community-staging-x86_64/PKGBUILD
    (from rev 149674, tmw/trunk/PKGBUILD)

-----------------------------------+
 community-staging-i686/PKGBUILD   |   28 ++++++++++++++++++++++++++++
 community-staging-x86_64/PKGBUILD |   28 ++++++++++++++++++++++++++++
 2 files changed, 56 insertions(+)

Copied: tmw/repos/community-staging-i686/PKGBUILD (from rev 149674, tmw/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2015-12-07 07:06:45 UTC (rev 149675)
@@ -0,0 +1,28 @@
+# $Id$
+# Contributor: Bjorn Lindeijer <bjorn lindeijer nl>
+# Maintainer: Mateusz Herych <heniekk at gmail.com>
+
+pkgname=tmw
+pkgver=0.6.1
+pkgrel=4
+pkgdesc="The Mana World (TMW) is a serious effort to create an innovative free and open source MMORPG."
+arch=('i686' 'x86_64')
+url="http://themanaworld.org"
+license=('GPL')
+depends=('glu' 'curl' 'guichan' 'sdl_image' 'libgl' 'libxml2' 'physfs'
+	 'sdl_mixer' 'sdl_net' 'sdl_gfx' 'sdl_ttf')
+makedepends=('cmake' 'mesa')
+#source=(http://downloads.sourceforge.net/sourceforge/themanaworld/$pkgname-$pkgver.tar.bz2)
+source=($pkgname-$pkgver.tar.gz::https://github.com/mana/mana/tarball/v$pkgver)
+md5sums=('b021e368c813fb95bea00bbf02e6d607')
+
+build() {
+    cd $srcdir/mana-mana-*
+    cmake . -DCMAKE_INSTALL_PREFIX=/usr
+    make
+}
+
+package() {
+    cd $srcdir/mana-mana-*
+    make DESTDIR="$pkgdir" install
+}

Copied: tmw/repos/community-staging-x86_64/PKGBUILD (from rev 149674, tmw/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2015-12-07 07:06:45 UTC (rev 149675)
@@ -0,0 +1,28 @@
+# $Id$
+# Contributor: Bjorn Lindeijer <bjorn lindeijer nl>
+# Maintainer: Mateusz Herych <heniekk at gmail.com>
+
+pkgname=tmw
+pkgver=0.6.1
+pkgrel=4
+pkgdesc="The Mana World (TMW) is a serious effort to create an innovative free and open source MMORPG."
+arch=('i686' 'x86_64')
+url="http://themanaworld.org"
+license=('GPL')
+depends=('glu' 'curl' 'guichan' 'sdl_image' 'libgl' 'libxml2' 'physfs'
+	 'sdl_mixer' 'sdl_net' 'sdl_gfx' 'sdl_ttf')
+makedepends=('cmake' 'mesa')
+#source=(http://downloads.sourceforge.net/sourceforge/themanaworld/$pkgname-$pkgver.tar.bz2)
+source=($pkgname-$pkgver.tar.gz::https://github.com/mana/mana/tarball/v$pkgver)
+md5sums=('b021e368c813fb95bea00bbf02e6d607')
+
+build() {
+    cd $srcdir/mana-mana-*
+    cmake . -DCMAKE_INSTALL_PREFIX=/usr
+    make
+}
+
+package() {
+    cd $srcdir/mana-mana-*
+    make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list