From: Victor Martinez Date: Mon, 27 Sep 2010 07:35:54 +0000 (+0000) Subject: seabattle: moved from opt collection. X-Git-Url: http://gitweb/?a=commitdiff_plain;h=6ffe5525b02ec8989dc15a18e910dc73bf9f45d3;p=attic%2Fports%2Fgames-cross.git seabattle: moved from opt collection. --- diff --git a/seabattle/.footprint b/seabattle/.footprint new file mode 100644 index 0000000..dcb04fb --- /dev/null +++ b/seabattle/.footprint @@ -0,0 +1,3 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/seabattle diff --git a/seabattle/.md5sum b/seabattle/.md5sum new file mode 100644 index 0000000..9d31ee5 --- /dev/null +++ b/seabattle/.md5sum @@ -0,0 +1 @@ +957761bd42b747befb61b26bff76180a seabattle-1.0.tar.gz diff --git a/seabattle/Pkgfile b/seabattle/Pkgfile new file mode 100644 index 0000000..90d3211 --- /dev/null +++ b/seabattle/Pkgfile @@ -0,0 +1,17 @@ +# Description: an interactive process viewer +# URL: http://htop.sourceforge.net/ +# Maintainer: Victor Martinez, pitillo at ono dot com +# Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu +# Depends on: ncurses + +name=seabattle +version=1.0 +release=1 +source=(http://www.deater.net/weave/vmwprod/$name-$version.tar.gz) + +build() { + cd $name-$version + sed "s|@strip|\$(STRIP)|g" -i Makefile + make CC="$CC" STRIP="$STRIP" + install -D -m0755 $name $PKG/usr/bin/$name +}