CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
netris: initial import (verified compilation)
[attic/ports/games-cross.git] / netris / Pkgfile
1 # Description: Networked console Tetris clone
2 # URL: ftp://ftp.netris.org/pub/netris/
3 # Packager: Jukka Heino, jukka dot heino at gmail dot com
4 # Maintainer: Antti Nykanen, aon at iki dot fi
5 # Arch Maintainer: CRUX-ARM System Team, crux-arm at mikeux dot dyndns dot org
6 # Depends on: ncurses
7
8 name=netris
9 version=0.52
10 release=1
11 source=(ftp://ftp.netris.org/pub/netris/$name-$version.tar.gz)
12
13 build() {
14 cd $name-$version
15
16 ./Configure
17 make CC="$CC" CFLAGS="$CFLAGS"
18
19 install -D -m 755 netris $PKG/usr/bin/netris
20 install -D -m 755 sr $PKG/usr/bin/sr
21 }