CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
seabattle: Fixed url and description.
[attic/ports/games-cross.git] / seabattle / Pkgfile
1 # Description: game similar to the BattleShip
2 # URL: http://www.deater.net/weave/vmwprod/seabattle.html
3 # Maintainer: Victor Martinez, pitillo at ono dot com
4 # Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu
5 # Depends on: ncurses
6
7 name=seabattle
8 version=1.0
9 release=1
10 source=(http://www.deater.net/weave/vmwprod/$name-$version.tar.gz)
11
12 build() {
13 cd $name-$version
14 sed "s|@strip|\$(STRIP)|g" -i Makefile
15 make CC="$CC" STRIP="$STRIP"
16 install -D -m0755 $name $PKG/usr/bin/$name
17 }