summaryrefslogtreecommitdiffstats
path: root/extra
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 /extra
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 'extra')
-rw-r--r--extra/htop/.footprint13
-rw-r--r--extra/htop/.md5sum1
-rw-r--r--extra/htop/Pkgfile16
3 files changed, 0 insertions, 30 deletions
diff --git a/extra/htop/.footprint b/extra/htop/.footprint
deleted file mode 100644
index c0627979b..000000000
--- a/extra/htop/.footprint
+++ /dev/null
@@ -1,13 +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/include/
-drwxr-xr-x root/root usr/lib/
-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/extra/htop/.md5sum b/extra/htop/.md5sum
deleted file mode 100644
index 183beb197..000000000
--- a/extra/htop/.md5sum
+++ /dev/null
@@ -1 +0,0 @@
-f0b259ca29175656de48bf0fa0a2e619 htop-0.8.1.tar.gz
diff --git a/extra/htop/Pkgfile b/extra/htop/Pkgfile
deleted file mode 100644
index d773bf46a..000000000
--- a/extra/htop/Pkgfile
+++ /dev/null
@@ -1,16 +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
-# Depends on: ncurses
-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
-}
-