summaryrefslogtreecommitdiffstats
path: root/base
diff options
context:
space:
mode:
Diffstat (limited to 'base')
-rw-r--r--base/htop/.footprint.i68611
-rw-r--r--base/htop/.footprint.x86_6411
-rw-r--r--base/htop/.md5sum.i6861
-rw-r--r--base/htop/.md5sum.x86_641
-rw-r--r--base/htop/Pkgfile15
5 files changed, 0 insertions, 39 deletions
diff --git a/base/htop/.footprint.i686 b/base/htop/.footprint.i686
deleted file mode 100644
index 34a503e10..000000000
--- a/base/htop/.footprint.i686
+++ /dev/null
@@ -1,11 +0,0 @@
-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/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/.footprint.x86_64 b/base/htop/.footprint.x86_64
deleted file mode 100644
index 34a503e10..000000000
--- a/base/htop/.footprint.x86_64
+++ /dev/null
@@ -1,11 +0,0 @@
-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/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.i686 b/base/htop/.md5sum.i686
deleted file mode 100644
index f78e6447e..000000000
--- a/base/htop/.md5sum.i686
+++ /dev/null
@@ -1 +0,0 @@
-7c5507f35f363f3f40183a2ba3c561f8 htop-0.9.tar.gz
diff --git a/base/htop/.md5sum.x86_64 b/base/htop/.md5sum.x86_64
deleted file mode 100644
index f78e6447e..000000000
--- a/base/htop/.md5sum.x86_64
+++ /dev/null
@@ -1 +0,0 @@
-7c5507f35f363f3f40183a2ba3c561f8 htop-0.9.tar.gz
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
-}
-