CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
seabattle: it'll be moved to the games's collection.
authorVictor Martinez <pitillo@ono.com>
Mon, 27 Sep 2010 07:35:19 +0000 (07:35 +0000)
committerVictor Martinez <pitillo@ono.com>
Mon, 27 Sep 2010 07:35:19 +0000 (07:35 +0000)
seabattle/.footprint [deleted file]
seabattle/.md5sum [deleted file]
seabattle/Pkgfile [deleted file]

diff --git a/seabattle/.footprint b/seabattle/.footprint
deleted file mode 100644 (file)
index dcb04fb..0000000
+++ /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 (file)
index 9d31ee5..0000000
+++ /dev/null
@@ -1 +0,0 @@
-957761bd42b747befb61b26bff76180a  seabattle-1.0.tar.gz
diff --git a/seabattle/Pkgfile b/seabattle/Pkgfile
deleted file mode 100644 (file)
index 90d3211..0000000
+++ /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 
-}