summaryrefslogtreecommitdiffstats
path: root/base/htop/Pkgfile
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 /base/htop/Pkgfile
parent8f2fbf29b306ea413108926145994cd4845ccbdd (diff)
downloadnutyx-pakxe-af225f713659b5bd637f5919db0df7534add7220.tar.gz
nutyx-pakxe-af225f713659b5bd637f5919db0df7534add7220.tar.bz2
nutyx-pakxe-af225f713659b5bd637f5919db0df7534add7220.tar.xz
nutyx-pakxe-af225f713659b5bd637f5919db0df7534add7220.zip
htop dans extra
Diffstat (limited to 'base/htop/Pkgfile')
-rw-r--r--base/htop/Pkgfile15
1 files changed, 0 insertions, 15 deletions
diff --git a/base/htop/Pkgfile b/base/htop/Pkgfile
deleted file mode 100644
index 3cd927ba3..000000000
--- a/base/htop/Pkgfile
+++ /dev/null
@@ -1,15 +0,0 @@
-# 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
-}
-