You are not logged in.

#1 2004-07-20 21:04:04

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

[x: game] torrent

Kind of a "tetris/frozen bubble" game.

# Contributor: K. Piche <kpiche@rogers.com>
pkgname=torrent
pkgver=0.8.2
pkgrel=1
pkgdesc="A game where you must keep the tiles from piling up to the top of the board by removing tiles in groups of three or more."
url=(http://www.shiftygames.com/)
depends=('libvorbis' 'sdl_image' 'sdl_mixer' 'sdl_ttf')
source=(http://www.shiftygames.com/$pkgname/$pkgname-$pkgver.tar.gz)
md5sums=('ae295ac6ed6c3df42bca9423d99e065d')

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

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

Offline

Board footer

Powered by FluxBB