diff options
Diffstat (limited to 'base/htop/Pkgfile')
-rw-r--r-- | base/htop/Pkgfile | 15 |
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 -} - |