You are not logged in.

#1 2004-07-20 20:59:33

kpiche
Forum Fellow
From: Ottawa, ON, Canada
Registered: 2004-03-30
Posts: 246
Website

[game: gnome] monster-masher

Here's a game for GNOME that requires the latest gtkmm packages.

# Contributor: K. Piche <kpiche@rogers.com>
#
pkgname=monster-masher
pkgver=1.7
pkgrel=1
pkgdesc="A monster smashing game for GNOME"
url=(http://www.cs.auc.dk/~olau/monster-masher/)
depends=('libgnomeuimm>=2.6.0')
makedepends=('intltool')
source=(http://www.cs.auc.dk/~olau/$pkgname/source/$pkgname-$pkgver.tar.bz2)
md5sums=('2fd7df60c87041ff8fcf03944ae01ed0')

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

For the lazy the package and PKGBUILD are available from http://ca.geocities.com/kpiche@rogers.com/

It's beta quality.  It will seqfault when you assign a key in the preferences but just restart and set another till you're done.  The game plays without problems though.

Offline

Board footer

Powered by FluxBB