summaryrefslogtreecommitdiff
path: root/community/tmw
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2012-09-05 10:33:48 +0200
committerMichał Masłowski <mtjm@mtjm.eu>2012-09-05 10:33:48 +0200
commit4a133169d99e3d760caad3cbca2781872f4a0805 (patch)
tree73d442004d2d4f70e0194bd78d6b293337ec2456 /community/tmw
parenta420f5c4c2a4eeb411175d086b339b620dba309d (diff)
parent58f5e0b164b5f4c9af61b2e42bd10c85f28b9bed (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts: community/apcupsd/PKGBUILD community/freedroidrpg/PKGBUILD community/lincity-ng/PKGBUILD community/python2-pymongo/PKGBUILD core/openssh/PKGBUILD core/systemd/PKGBUILD core/sysvinit/PKGBUILD extra/gnutls/PKGBUILD extra/gtkmm3/PKGBUILD extra/mkvtoolnix/PKGBUILD multilib/chuck/PKGBUILD multilib/lib32-gdk-pixbuf2/PKGBUILD multilib/lib32-gnutls/PKGBUILD multilib/lib32-libdrm/PKGBUILD multilib/lib32-libdrm/no-pthread-stubs.patch multilib/lib32-sdl/PKGBUILD multilib/wine/PKGBUILD social/monkeysphere/PKGBUILD testing/cups/PKGBUILD testing/cups/cups-systemd-socket.patch testing/cups/cups.install testing/inetutils/PKGBUILD testing/inetutils/ftpd.service testing/libreoffice/PKGBUILD testing/libreoffice/libreoffice-common.csh testing/libreoffice/libreoffice-common.sh testing/modemmanager/PKGBUILD testing/openssh/PKGBUILD testing/openssh/sshd.service testing/openssh/sshd.socket testing/upower/PKGBUILD
Diffstat (limited to 'community/tmw')
-rw-r--r--community/tmw/PKGBUILD19
1 files changed, 10 insertions, 9 deletions
diff --git a/community/tmw/PKGBUILD b/community/tmw/PKGBUILD
index 054f13ecb..191048044 100644
--- a/community/tmw/PKGBUILD
+++ b/community/tmw/PKGBUILD
@@ -1,27 +1,28 @@
-# $Id: PKGBUILD 63754 2012-02-05 12:11:59Z ibiru $
+# $Id: PKGBUILD 75819 2012-09-01 20:39:38Z heftig $
# Contributor: Bjorn Lindeijer <bjorn lindeijer nl>
# Maintainer: Mateusz Herych <heniekk@gmail.com>
pkgname=tmw
-pkgver=0.5.2
-pkgrel=2
+pkgver=0.6.1
+pkgrel=1
pkgdesc="The Mana World (TMW) is a serious effort to create an innovative free and open source MMORPG."
arch=('i686' 'x86_64' 'mips64el')
url="http://themanaworld.org"
license=('GPL')
-depends=('curl' 'guichan' 'sdl_image' 'libgl' 'libxml2' 'physfs'
-'sdl_mixer' 'sdl_net' 'sdl_gfx' 'sdl_ttf')
+depends=('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)
-md5sums=('c843ef420aced82db1e51fa14e80174a')
+#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"
+ cd $srcdir/mana-mana-*
cmake . -DCMAKE_INSTALL_PREFIX=/usr
make
}
package() {
- cd "$srcdir"
+ cd $srcdir/mana-mana-*
make DESTDIR="$pkgdir" install
}