You are not logged in.
Pages: 1
Offline
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
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
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
Pages: 1