summaryrefslogtreecommitdiffstats
path: root/extra
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2011-10-15 16:18:31 +0200
committertnut <tnut at nutyx dot com>2011-10-15 16:18:31 +0200
commitaf225f713659b5bd637f5919db0df7534add7220 (patch)
tree94606be928555e35c54511563876bb87158691e3 /extra
parent8f2fbf29b306ea413108926145994cd4845ccbdd (diff)
downloadnutyx-extra-af225f713659b5bd637f5919db0df7534add7220.tar.gz
nutyx-extra-af225f713659b5bd637f5919db0df7534add7220.tar.bz2
nutyx-extra-af225f713659b5bd637f5919db0df7534add7220.tar.xz
nutyx-extra-af225f713659b5bd637f5919db0df7534add7220.zip
htop dans extra
Diffstat (limited to 'extra')
-rw-r--r--extra/htop/.footprint.i68611
-rw-r--r--extra/htop/.footprint.x86_6411
-rw-r--r--extra/htop/.md5sum.i6861
-rw-r--r--extra/htop/.md5sum.x86_641
-rw-r--r--extra/htop/Pkgfile15
5 files changed, 39 insertions, 0 deletions
diff --git a/extra/htop/.footprint.i686 b/extra/htop/.footprint.i686
new file mode 100644
index 000000000..34a503e10
--- /dev/null
+++ b/extra/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/extra/htop/.footprint.x86_64 b/extra/htop/.footprint.x86_64
new file mode 100644
index 000000000..34a503e10
--- /dev/null
+++ b/extra/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/extra/htop/.md5sum.i686 b/extra/htop/.md5sum.i686
new file mode 100644
index 000000000..f78e6447e
--- /dev/null
+++ b/extra/htop/.md5sum.i686
@@ -0,0 +1 @@
+7c5507f35f363f3f40183a2ba3c561f8 htop-0.9.tar.gz
diff --git a/extra/htop/.md5sum.x86_64 b/extra/htop/.md5sum.x86_64
new file mode 100644
index 000000000..f78e6447e
--- /dev/null
+++ b/extra/htop/.md5sum.x86_64
@@ -0,0 +1 @@
+7c5507f35f363f3f40183a2ba3c561f8 htop-0.9.tar.gz
diff --git a/extra/htop/Pkgfile b/extra/htop/Pkgfile
new file mode 100644
index 000000000..3cd927ba3
--- /dev/null
+++ b/extra/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
+}
+