1
0
forked from ports/contrib

tornado: new port

This commit is contained in:
Bartlomiej Palmowski 2008-05-13 18:34:33 +02:00
parent 5e0ee0a90d
commit 5aecc1ae65
3 changed files with 23 additions and 0 deletions

6
tornado/.footprint Normal file
View File

@ -0,0 +1,6 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/tornado
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man6/
-rw-r--r-- root/root usr/man/man6/tornado.6.gz

1
tornado/.md5sum Normal file
View File

@ -0,0 +1 @@
149adcac75cb052c361d175bfc6d9f0f tornado-1.3.tar.gz

16
tornado/Pkgfile Normal file
View File

@ -0,0 +1,16 @@
# Description: clone of a C64 game, goal of the game is to destroy the opponent's house with certain weather phenomenons
# URL: http://kiza.kcore.de/software/tornado/
# Maintainer: Bartlomiej Palmowski, maks1k at wp dot pl
name=tornado
version=1.3
release=2
source=(http://kiza.kcore.de/software/$name/download/$name-$version.tar.gz)
build() {
cd $name-$version
sed -i '92,97d' doc/man/tornado.6.in
make PREFIX=/usr tornado tornado.6
install -D -m 0644 doc/man/tornado.6 $PKG/usr/man/man6/tornado.6
install -D -m 0755 tornado $PKG/usr/bin/tornado
}