summaryrefslogtreecommitdiffstats
path: root/base/htop/Pkgfile
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/Pkgfile
parent3ca7938718c777787e71a126dd531345cfccc4d0 (diff)
downloadnutyx-pakxe-352cca46ad315d3b444f6a4c332cfefb2bfd2006.tar.gz
nutyx-pakxe-352cca46ad315d3b444f6a4c332cfefb2bfd2006.tar.bz2
nutyx-pakxe-352cca46ad315d3b444f6a4c332cfefb2bfd2006.tar.xz
nutyx-pakxe-352cca46ad315d3b444f6a4c332cfefb2bfd2006.zip
htop, maj des dépendances
Diffstat (limited to 'base/htop/Pkgfile')
-rw-r--r--base/htop/Pkgfile16
1 files changed, 16 insertions, 0 deletions
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
+}
+