You are not logged in.

#1 2005-06-11 10:18:43

GuyonAsm
Member
Registered: 2004-05-25
Posts: 49

[games] The Mana World

I don't know if the dependecies are right, but the rest should be okay.

# Contributor: Daniel Millington <guyonasm@hotmail.com>
pkgname=tmw
pkgver=0.0.13
pkgrel=1
pkgdesc="The Mana World is a free open source 2d MMORPG"
url="http://themanaworld.org/"
license="GPL"
depends=('guichan')
makedepends=()
conflicts=()
replaces=()
backup=()
install=
source=(http://internap.dl.sourceforge.net/sourceforge/themanaworld/$pkgname-$pkgver-src.tar.gz)

build() {
  cd $startdir/src/$pkgname-$pkgver
  ./configure --prefix=/usr
  make || return 1
  make prefix=$startdir/pkg/usr install
}

Offline

#2 2005-07-02 10:18:23

jesus franco
Member
From: PA, USA
Registered: 2005-05-17
Posts: 68

Re: [games] The Mana World

Amazing. I'm finding so much packages in this forum that weren't under the AUR. How come you don't sign up and upload it?  roll

Offline

#3 2005-07-02 10:22:36

Father
Member
From: Australia
Registered: 2004-06-01
Posts: 209

Re: [games] The Mana World

updating / editing threads is just more convenient than a CVS style repository.. imo anyway..
AUR provides a nice central place for pkg's.. but threads just feel nicer.. albeit harder to find things..

some people havent touched the AUR yet either.. i hadn't bothered with it until a few weeks ago..

Offline

#4 2005-07-02 12:52:17

hotsock
Member
Registered: 2005-06-24
Posts: 21

Re: [games] The Mana World

source=(http://internap.dl.sourceforge.net/sourceforge/themanaworld/$pkgname-$pkgver-src.tar.gz)


might want to subract the "src" part from the tar.gz file name

and add "physfs" as a dependency.

Here what i used to get it working.

# Contributor: Daniel Millington <guyonasm@hotmail.com>
pkgname=tmw
pkgver=0.0.13
pkgrel=1
pkgdesc="The Mana World is a free open source 2d MMORPG"
url="http://themanaworld.org/"
license="GPL"
depends=('guichan' 'physfs')
makedepends=()
md5sums=('0dd5be2e0a9204516852f69d9ad22e2e')
conflicts=()
replaces=()
backup=()
install=
source=(http://easynews.dl.sourceforge.net/sourceforge/themanaworld/$pkgname-$pkgver.tar.gz)

build() {
  cd $startdir/src/$pkgname-$pkgver
  ./configure --prefix=/usr
  make || return 1
  make prefix=$startdir/pkg/usr install
}

Offline

Board footer

Powered by FluxBB