summaryrefslogtreecommitdiffstats
path: root/htop
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2012-01-08 12:15:45 +0100
committertnut <tnut at nutyx dot com>2012-01-08 12:15:45 +0100
commit3f57a7f93b3e7550cbd73036f6a56654e17d1d5c (patch)
tree819b14ab0377fe2054fe59866669d904e9e0b4b5 /htop
parentc9972ec7f32bf9d37388e853fe9bf633e242d05a (diff)
downloadnutyx-extra-3f57a7f93b3e7550cbd73036f6a56654e17d1d5c.tar.gz
nutyx-extra-3f57a7f93b3e7550cbd73036f6a56654e17d1d5c.tar.bz2
nutyx-extra-3f57a7f93b3e7550cbd73036f6a56654e17d1d5c.tar.xz
nutyx-extra-3f57a7f93b3e7550cbd73036f6a56654e17d1d5c.zip
split de git pakxe et NuTyX-extra
Diffstat (limited to 'htop')
-rw-r--r--htop/.footprint.i68611
-rw-r--r--htop/.footprint.x86_6411
-rw-r--r--htop/.md5sum.i6861
-rw-r--r--htop/.md5sum.x86_641
-rw-r--r--htop/Pkgfile15
5 files changed, 39 insertions, 0 deletions
diff --git a/htop/.footprint.i686 b/htop/.footprint.i686
new file mode 100644
index 000000000..34a503e10
--- /dev/null
+++ b/htop/.footprint.i686
@@ -0,0 +1,11 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/bin/
+-rwxr-xr-x root/root usr/bin/htop
+drwxr-xr-x root/root usr/share/
+drwxr-xr-x root/root usr/share/applications/
+-rw-r--r-- root/root usr/share/applications/htop.desktop
+drwxr-xr-x root/root usr/share/man/
+drwxr-xr-x root/root usr/share/man/man1/
+-rw-r--r-- root/root usr/share/man/man1/htop.1.gz
+drwxr-xr-x root/root usr/share/pixmaps/
+-rw-r--r-- root/root usr/share/pixmaps/htop.png
diff --git a/htop/.footprint.x86_64 b/htop/.footprint.x86_64
new file mode 100644
index 000000000..34a503e10
--- /dev/null
+++ b/htop/.footprint.x86_64
@@ -0,0 +1,11 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/bin/
+-rwxr-xr-x root/root usr/bin/htop
+drwxr-xr-x root/root usr/share/
+drwxr-xr-x root/root usr/share/applications/
+-rw-r--r-- root/root usr/share/applications/htop.desktop
+drwxr-xr-x root/root usr/share/man/
+drwxr-xr-x root/root usr/share/man/man1/
+-rw-r--r-- root/root usr/share/man/man1/htop.1.gz
+drwxr-xr-x root/root usr/share/pixmaps/
+-rw-r--r-- root/root usr/share/pixmaps/htop.png
diff --git a/htop/.md5sum.i686 b/htop/.md5sum.i686
new file mode 100644
index 000000000..f78e6447e
--- /dev/null
+++ b/htop/.md5sum.i686
@@ -0,0 +1 @@
+7c5507f35f363f3f40183a2ba3c561f8 htop-0.9.tar.gz
diff --git a/htop/.md5sum.x86_64 b/htop/.md5sum.x86_64
new file mode 100644
index 000000000..f78e6447e
--- /dev/null
+++ b/htop/.md5sum.x86_64
@@ -0,0 +1 @@
+7c5507f35f363f3f40183a2ba3c561f8 htop-0.9.tar.gz
diff --git a/htop/Pkgfile b/htop/Pkgfile
new file mode 100644
index 000000000..3cd927ba3
--- /dev/null
+++ b/htop/Pkgfile
@@ -0,0 +1,15 @@
+# Description: Moniteur de ressource CPU et RAM en console
+# URL: http://htop.sourceforge.net/index.php?page=main
+# Maintainer: NuTyX packager team
+# Packager: Skippythekangoo at yahoo dot fr
+name=htop
+version=0.9
+release=1
+source=(http://downloads.sourceforge.net/htop/$name-$version.tar.gz)
+build() {
+cd $name-$version
+ ./configure --prefix=/usr
+ make
+ make DESTDIR=$PKG install
+}
+