opt/netris/Pkgfile

19 lines
471 B
Plaintext
Raw Normal View History

2006-02-23 16:26:10 +01:00
# Description: Networked console Tetris clone
# URL: ftp://ftp.netris.org/pub/netris/
2008-06-24 20:50:32 +02:00
# Maintainer: Antti Nykanen, aon at iki dot fi
2006-04-13 06:29:47 +02:00
# Packager: Jukka Heino, jukka dot heino at gmail dot com
2006-02-23 16:26:10 +01: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
}