You are not logged in.

#1 2004-12-11 22:25:10

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

[new] GTK Atlantic Internet Monopoly Client

Third one on the list of packages I was missing in Archlinux, GTK Atlantic.
It's a GTK client for the monopd server for monopoly like games.

KDE has a "native" client in kdegames, called Atlantik, this is a GTK version of it.

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=gtkatlantic
pkgver=0.4.1
pkgrel=2
pkgdesc='GtkAtlantic is a game like Monopoly(tm). GtkAtlantic is a network client that works with the monopd server.'
url="http://gtkatlantic.gradator.net/"
groups=
provides=
depends=('gtk2' 'libxml2' 'xorg' 'libpng')
source=("http://gtkatlantic.gradator.net/downloads/v0.4/${pkgname}-${pkgver}.tar.gz")
md5sums=('bd04e065dc7dd31ba3c35d2a2f48b0e7')

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


And the package can be found at http://www.sun-interference.net/archlinux/


Cheers..

Offline

Board footer

Powered by FluxBB