From: Victor Martinez Date: Mon, 27 Sep 2010 07:35:19 +0000 (+0000) Subject: seabattle: it'll be moved to the games's collection. X-Git-Url: http://gitweb/?a=commitdiff_plain;h=90596f41badf0b55693cc4380b94a270665d736b;p=attic%2Fports%2Fopt-cross.git seabattle: it'll be moved to the games's collection. --- diff --git a/seabattle/.footprint b/seabattle/.footprint deleted file mode 100644 index dcb04fb..0000000 --- a/seabattle/.footprint +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 9d31ee5..0000000 --- a/seabattle/.md5sum +++ /dev/null @@ -1 +0,0 @@ -957761bd42b747befb61b26bff76180a seabattle-1.0.tar.gz diff --git a/seabattle/Pkgfile b/seabattle/Pkgfile deleted file mode 100644 index 90d3211..0000000 --- a/seabattle/Pkgfile +++ /dev/null @@ -1,17 +0,0 @@ -# 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 -}