4dtris: new port

This commit is contained in:
Bartlomiej Palmowski 2008-05-13 10:37:17 +02:00
parent 9de2b51d5a
commit c9b692a6cc
3 changed files with 21 additions and 0 deletions

4
4dtris/.footprint Normal file
View File

@ -0,0 +1,4 @@
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

1
4dtris/.md5sum Normal file
View File

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

16
4dtris/Pkgfile Normal file
View File

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