CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
078e16429f62918f0dc8cfa47b420b8f1298feaa
[attic/ports/games-cross.git] / dwars / Pkgfile
1 # Description: This game was originally a 'dope wars' clone
2 # URL: http://sourceforge.net/projects/dwars/
3 # Arch Maintainer: CRUX-ARM System Team, crux-arm at mikeux dot dyndns dot org
4 # Depends on: ncurses
5
6 name=dwars
7 version=0.1pre1
8 release=1
9 source=(http://dl.sourceforge.net/project/$name/$name/$name-0.1pre1/$name-$version.tar.bz2)
10
11 build() {
12 cd $name-$version
13 $CC $CFLAGS -Wall -lncurses main.c -o dwars
14 install -D -m 0755 dwars $PKG/usr/bin/dwars
15 }