opt/netris/Pkgfile

19 lines
471 B
Plaintext
Raw Normal View History

2006-02-23 15:26:10 +00:00
# Description: Networked console Tetris clone
# URL: ftp://ftp.netris.org/pub/netris/
2008-06-24 21:50:32 +03:00
# Maintainer: Antti Nykanen, aon at iki dot fi
2006-04-13 04:29:47 +00:00
# Packager: Jukka Heino, jukka dot heino at gmail dot com
2006-02-23 15:26:10 +00:00
# Depends on:
name=netris
version=0.52
release=1
source=(ftp://ftp.netris.org/pub/netris/$name-$version.tar.gz)
build() {
cd $name-$version
./Configure
make CFLAGS="$CFLAGS"
install -D -m 755 netris $PKG/usr/bin/netris
install -D -m 755 sr $PKG/usr/bin/sr
}