From 90596f41badf0b55693cc4380b94a270665d736b Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Mon, 27 Sep 2010 07:35:19 +0000 Subject: [PATCH] seabattle: it'll be moved to the games's collection. --- seabattle/.footprint | 3 --- seabattle/.md5sum | 1 - seabattle/Pkgfile | 17 ----------------- 3 files changed, 21 deletions(-) delete mode 100644 seabattle/.footprint delete mode 100644 seabattle/.md5sum delete mode 100644 seabattle/Pkgfile 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 -} -- 2.26.2