summaryrefslogtreecommitdiffstats
path: root/base/htop
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2009-12-18 20:12:24 +0100
committertnut <thierryn1 at hispeed dot ch>2009-12-18 20:12:24 +0100
commit352cca46ad315d3b444f6a4c332cfefb2bfd2006 (patch)
tree34ab3867e3c6fb8b9459610d64414fdb9d2a6883 /base/htop
parent3ca7938718c777787e71a126dd531345cfccc4d0 (diff)
downloadnutyx-extra-352cca46ad315d3b444f6a4c332cfefb2bfd2006.tar.gz
nutyx-extra-352cca46ad315d3b444f6a4c332cfefb2bfd2006.tar.bz2
nutyx-extra-352cca46ad315d3b444f6a4c332cfefb2bfd2006.tar.xz
nutyx-extra-352cca46ad315d3b444f6a4c332cfefb2bfd2006.zip
htop, maj des dépendances
Diffstat (limited to 'base/htop')
-rw-r--r--base/htop/.footprint13
-rw-r--r--base/htop/.md5sum1
-rw-r--r--base/htop/Pkgfile16
3 files changed, 30 insertions, 0 deletions
diff --git a/base/htop/.footprint b/base/htop/.footprint
new file mode 100644
index 000000000..c0627979b
--- /dev/null
+++ b/base/htop/.footprint
@@ -0,0 +1,13 @@
+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/include/
+drwxr-xr-x root/root usr/lib/
+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/base/htop/.md5sum b/base/htop/.md5sum
new file mode 100644
index 000000000..183beb197
--- /dev/null
+++ b/base/htop/.md5sum
@@ -0,0 +1 @@
+f0b259ca29175656de48bf0fa0a2e619 htop-0.8.1.tar.gz
diff --git a/base/htop/Pkgfile b/base/htop/Pkgfile
new file mode 100644
index 000000000..7d2d4b5f9
--- /dev/null
+++ b/base/htop/Pkgfile
@@ -0,0 +1,16 @@
+# 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
+# Depends on:
+name=htop
+version=0.8.1
+release=1
+source=(http://downloads.sourceforge.net/htop/$name-$version.tar.gz)
+build() {
+cd $name-$version
+ ./configure --prefix=/usr
+ make
+ make DESTDIR=$PKG install
+}
+