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
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
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 }