You are not logged in.

#1 2004-11-29 18:12:49

dp
Member
From: Zürich, Switzerland
Registered: 2003-05-27
Posts: 3,378
Website


The impossible missions are the only ones which succeed.

Offline

#2 2004-11-29 23:18:05

skeeterbug
Member
From: Oklahoma, USA
Registered: 2004-10-24
Posts: 92
Website

Re: T³

Was that a request?  I kinda doubt it but just in case, here it is - quick, dirty and ugly :? :

pkgname=t3
pkgver=04.11.29
pkgrel=1
pkgdesc="A 3-dimensional Tetris(tm) game"
url="http://t-3.sourceforge.net/"
depends=('glut' 'libtiff' 'x-server')
source=(http://dl.sourceforge.net/sourceforge/t-3/$pkgname-$pkgver-beta.tgz)
md5sums=('034625e44e4ac9e5a603d35895ee43fd')

build() {
  cd $startdir/src/$pkgname
  sed -i 's/usr/local/usr/g' src/Makefile
  sed -i 's/usr/X11/usr/X11R6/g' src/Makefile
  sed -i 's/data//usr/share/t3/g' src/*.cpp
  make || return 1
  mkdir -p $startdir/pkg/usr/share/$pkgname
  install -D -s $startdir/src/$pkgname/$pkgname $startdir/pkg/usr/bin/$pkgname
  install -m444 $startdir/src/$pkgname/data/* $startdir/pkg/usr/share/$pkgname
  install -m444 $startdir/src/$pkgname/*.TXT $startdir/pkg/usr/share/$pkgname
}

edit::
Added the last line to copy the text files so one could read about the controls.

Offline

#3 2004-11-30 00:19:56

dp
Member
From: Zürich, Switzerland
Registered: 2003-05-27
Posts: 3,378
Website

Re: T³

skeeterbug wrote:

Was that a request?  I kinda doubt it but just in case, here it is [...]

it's more a "look, this game has a good future, try it out", as i already have it running ... but as i see, you wrote a PKGBUILD so that the rest of us can enjoy it too - thanx


The impossible missions are the only ones which succeed.

Offline

#4 2004-11-30 00:52:51

skeeterbug
Member
From: Oklahoma, USA
Registered: 2004-10-24
Posts: 92
Website

Re: T³

I was just going off of the forum you posted in but glad to supply a PKGBUILD for others.  It's a good game but it's hard to get used to the controls and stuff.

Offline

Board footer

Powered by FluxBB