You are not logged in.

#1 2004-08-05 21:48:52

standsolid
Member
From: Carlsbad, CA
Registered: 2004-05-23
Posts: 54
Website

[games: mud] kmuddy - GUI MUD client for KDE

here ya go if you wnated it.  I did.

It is just a basic PKGBUILD nothing special
http://www.standsolid.com/arch_forums/k … ild.tar.gz

PKGBUILD:

# $Id: PKGBUILD,v 1.12 2003/11/06 08:26:13 dorphell Exp $
# Maintainer: Kenny Smith <kenny@standsolid.com>
# Contributor: Kenny Smith <kenny@standsolid.com>
pkgname=kmuddy
pkgver=0.7pre2
pkgrel=1
pkgdesc="KDE mud client"
url="http://www.kmuddy.org"
depends=('kdelibs')
source=("http://http://www.$pkgname.org/files/$pkgname-$pkgver.tar.gz")
md5sums=('761876de7a9e2f04cd0f6f747baf053c')

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

ewwwwww Arch is all gooey

Offline

#2 2004-08-08 03:45:21

punkrockguy318
Member
From: New Jersey
Registered: 2004-02-15
Posts: 711
Website

Re: [games: mud] kmuddy - GUI MUD client for KDE

# Maintainer: Kenny Smith <kenny@standsolid.com>
# Contributor: Kenny Smith <kenny@standsolid.com>
pkgname=kmuddy
pkgver=0.7pre3
pkgrel=1
pkgdesc="KDE mud client"
url="http://www.kmuddy.org"
liscense="GPL"
depends=('kdelibs')
source=("http://www.$pkgname.org/files/$pkgname-$pkgver.tar.gz")
md5sums=('15f93a49d00b2fbfc0d1f9ef7270d0ca')
build() {
  cd $startdir/src/$pkgname-$pkgver
  ./configure --prefix=/opt/kde
  make || return 1
  make prefix=$startdir/pkg/opt/kde install

I did a couple mods to it, it compiles now.  Your source was wrong, and the package was out of date.  I also added the liscense field.  If you want, i'll put this package in my tur.

ps: what mud do you play?  i play dragonstone occasionaly...


If I have the gift of prophecy and can fathom all mysteries and all knowledge, and if I have a faith that can move mountains, but have not love, I am nothing.   1 Corinthians 13:2

Offline

#3 2004-08-08 09:02:51

standsolid
Member
From: Carlsbad, CA
Registered: 2004-05-23
Posts: 54
Website

Re: [games: mud] kmuddy - GUI MUD client for KDE

punkrockguy318 wrote:
# Maintainer: Kenny Smith <kenny@standsolid.com>
# Contributor: Kenny Smith <kenny@standsolid.com>
pkgname=kmuddy
pkgver=0.7pre3
pkgrel=1
pkgdesc="KDE mud client"
url="http://www.kmuddy.org"
liscense="GPL"
depends=('kdelibs')
source=("http://www.$pkgname.org/files/$pkgname-$pkgver.tar.gz")
md5sums=('15f93a49d00b2fbfc0d1f9ef7270d0ca')
build() {
  cd $startdir/src/$pkgname-$pkgver
  ./configure --prefix=/opt/kde
  make || return 1
  make prefix=$startdir/pkg/opt/kde install

I did a couple mods to it, it compiles now.  Your source was wrong, and the package was out of date.  I also added the liscense field.  If you want, i'll put this package in my tur.

ps: what mud do you play?  i play dragonstone occasionaly...

it didn't compile?? how odd. 

i just started playing havok


ewwwwww Arch is all gooey

Offline

#4 2005-02-09 16:01:40

Mith
Member
From: out there
Registered: 2004-10-05
Posts: 163

Re: [games: mud] kmuddy - GUI MUD client for KDE

hey I was looking for the latest kmuddy but couldn't find it so i updated the PKGBUILD

# Maintainer: Kenny Smith <kenny@standsolid.com>
# Contributor: Kenny Smith <kenny@standsolid.com>
pkgname=kmuddy
pkgver=0.7
pkgrel=1
pkgdesc="KDE mud client"
url="http://www.kmuddy.org"
liscense="GPL"
depends=('kdelibs')
source=("http://www.$pkgname.org/files/$pkgname-$pkgver.tar.gz")
md5sums=('043cfe4e2ee4305a529873a2e33f9afa')

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

:twisted:


ArchLinux (x86_64) w/ kdemod

Offline

Board footer

Powered by FluxBB