4dtris: moved back to mxq repo

This commit is contained in:
Bartlomiej Palmowski 2008-05-30 18:31:03 +02:00
parent f7e4a52c5d
commit 50b414a773
3 changed files with 0 additions and 21 deletions

View File

@ -1,4 +0,0 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/4DTRIS
lrwxrwxrwx root/root usr/bin/4dtris -> 4DTRIS

View File

@ -1 +0,0 @@
95f14cbc0b55a15393685c4b74faa36c 4DTRIS.0.2.2.src.tar

View File

@ -1,16 +0,0 @@
# Description: tetris brought to fourth dimension!
# URL: http://illusions.hu/4dtris/
# Maintainer: Bartlomiej Palmowski, maks1k at wp dot pl
# Depends on: freeglut
name=4dtris
version=0.2.2
release=1
source=(http://illusions.hu/$name/downloads/4DTRIS.$version.src.tar)
build() {
tar -xf 4DTRIS.$version.src.tar
make -f Makefile_linux
install -D -m 0755 4DTRIS $PKG/usr/bin/4DTRIS
cd $PKG/usr/bin && ln -sf 4DTRIS 4dtris
}