CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
seabattle: initial import (verified compilation).
authorVictor Martinez <pitillo@ono.com>
Mon, 27 Sep 2010 07:23:52 +0000 (07:23 +0000)
committerVictor Martinez <pitillo@ono.com>
Mon, 27 Sep 2010 07:23:52 +0000 (07:23 +0000)
seabattle/.footprint [new file with mode: 0644]
seabattle/.md5sum [new file with mode: 0644]
seabattle/Pkgfile [new file with mode: 0644]

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