summaryrefslogtreecommitdiffstats
path: root/htop/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'htop/Pkgfile')
-rw-r--r--htop/Pkgfile15
1 files changed, 15 insertions, 0 deletions
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
+}
+