CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
seabattle: initial import (verified compilation).
[attic/ports/opt-cross.git] / seabattle / Pkgfile
CommitLineData
4ef00f2a
VM
1# Description: an interactive process viewer
2# URL: http://htop.sourceforge.net/
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
7name=seabattle
8version=1.0
9release=1
10source=(http://www.deater.net/weave/vmwprod/$name-$version.tar.gz)
11
12build() {
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}