forked from ports/contrib
4dtris: removed redundand dep, and cleaned up a bit
This commit is contained in:
parent
d29d2cabd3
commit
5ee9e1bfe5
@ -1,7 +1,7 @@
|
||||
# Description: tetris brought to fourth dimension!
|
||||
# URL: http://illusions.hu/4dtris/
|
||||
# Maintainer: Bartlomiej Palmowski, maks1k at wp dot pl
|
||||
# Depends on: freeglut mesa3d
|
||||
# Depends on: freeglut
|
||||
|
||||
name=4dtris
|
||||
version=0.2.2
|
||||
@ -9,8 +9,8 @@ release=1
|
||||
source=(http://illusions.hu/$name/downloads/4DTRIS.$version.src.tar)
|
||||
|
||||
build() {
|
||||
tar -C $SRC -xf 4DTRIS.$version.src.tar
|
||||
tar -xf 4DTRIS.$version.src.tar
|
||||
make -f Makefile_linux
|
||||
install -D -m 0755 $SRC/4DTRIS $PKG/usr/bin/4DTRIS
|
||||
install -D -m 0755 4DTRIS $PKG/usr/bin/4DTRIS
|
||||
cd $PKG/usr/bin && ln -sf 4DTRIS 4dtris
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user