You are not logged in.

#1 2004-12-09 17:03:00

DXManiac
Member
From: Hamburg, Germany
Registered: 2004-12-09
Posts: 46
Website

[new] mudmagic 1.0.4

The second of my first batch of packages: mudmagic.

A MUD(Multi User Dungeon, text based online roleplaying games) client with mapping and notes support.

I'm not quite sure about the substitution of those automake-scripts, but it works for me..

Here's the PKGBUILD:

# $Id: PKGBUILD,v 1.12 2003/11/06 08:26:13 dorphell Exp $
# Maintainer: Andre Naumann <anaumann@SPARCed.org>
# Contributor: Andre Naumann <anaumann@SPARCed.org>
pkgname=mudmagic
pkgver=1.0.4
pkgrel=2
pkgdesc="mudmagic.com portable MUD client"
url="http://www.mudmagic.com"
groups=
provides=
depends=('sqlite2' 'pcre' 'libglade' 'xorg')
#conflicts=('yafoo')
#replaces=('mffoo')
#backup=('/etc/foo/foo.conf')
#install=('foo.install')
source=("http://heanet.dl.sourceforge.net/sourceforge/kyndig/$pkgname-$pkgver.tar.gz")
md5sums=('13162448560367bec798a89600329ef6')

build() {
  cd $startdir/src/$pkgname-$pkgver
  echo "############# Replacing 'missing' and 'mkinstalldirs' with versions installed by automake"
  rm mkinstalldirs missing
  ln -sf /usr/share/automake-*/mkinstalldirs .
  ln -sf /usr/share/automake-*/missing .
  ./configure --prefix=/usr
  make || return 1
  make prefix=$startdir/pkg/usr install
}

Almost forgot:
The packages can be found in ftp://ftp.archlinux.org/incoming and at http://www.sun-interference.net/archlinux/

Offline

Board footer

Powered by FluxBB