diff options
author | tnut <tnut at nutyx dot com> | 2011-10-15 16:18:31 +0200 |
---|---|---|
committer | tnut <tnut at nutyx dot com> | 2011-10-15 16:18:31 +0200 |
commit | af225f713659b5bd637f5919db0df7534add7220 (patch) | |
tree | 94606be928555e35c54511563876bb87158691e3 /base | |
parent | 8f2fbf29b306ea413108926145994cd4845ccbdd (diff) | |
download | nutyx-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')
-rw-r--r-- | base/htop/.footprint.i686 | 11 | ||||
-rw-r--r-- | base/htop/.footprint.x86_64 | 11 | ||||
-rw-r--r-- | base/htop/.md5sum.i686 | 1 | ||||
-rw-r--r-- | base/htop/.md5sum.x86_64 | 1 | ||||
-rw-r--r-- | base/htop/Pkgfile | 15 |
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 -} - |