# 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 }