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

Jan Steffens heftig at nymeria.archlinux.org
Wed Nov 13 12:43:37 UTC 2013


    Date: Wednesday, November 13, 2013 @ 13:43:36
  Author: heftig
Revision: 100927

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 100926, tmw/trunk/PKGBUILD)
  tmw/repos/community-staging-x86_64/
  tmw/repos/community-staging-x86_64/PKGBUILD
    (from rev 100926, 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 100926, tmw/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2013-11-13 12:43:36 UTC (rev 100927)
@@ -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=3
+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 100926, tmw/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2013-11-13 12:43:36 UTC (rev 100927)
@@ -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=3
+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