From af225f713659b5bd637f5919db0df7534add7220 Mon Sep 17 00:00:00 2001 From: tnut Date: Sat, 15 Oct 2011 16:18:31 +0200 Subject: htop dans extra --- extra/htop/.footprint.i686 | 11 +++++++++++ extra/htop/.footprint.x86_64 | 11 +++++++++++ extra/htop/.md5sum.i686 | 1 + extra/htop/.md5sum.x86_64 | 1 + extra/htop/Pkgfile | 15 +++++++++++++++ 5 files changed, 39 insertions(+) create mode 100644 extra/htop/.footprint.i686 create mode 100644 extra/htop/.footprint.x86_64 create mode 100644 extra/htop/.md5sum.i686 create mode 100644 extra/htop/.md5sum.x86_64 create mode 100644 extra/htop/Pkgfile (limited to 'extra') diff --git a/extra/htop/.footprint.i686 b/extra/htop/.footprint.i686 new file mode 100644 index 000000000..34a503e10 --- /dev/null +++ b/extra/htop/.footprint.i686 @@ -0,0 +1,11 @@ +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/extra/htop/.footprint.x86_64 b/extra/htop/.footprint.x86_64 new file mode 100644 index 000000000..34a503e10 --- /dev/null +++ b/extra/htop/.footprint.x86_64 @@ -0,0 +1,11 @@ +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/extra/htop/.md5sum.i686 b/extra/htop/.md5sum.i686 new file mode 100644 index 000000000..f78e6447e --- /dev/null +++ b/extra/htop/.md5sum.i686 @@ -0,0 +1 @@ +7c5507f35f363f3f40183a2ba3c561f8 htop-0.9.tar.gz diff --git a/extra/htop/.md5sum.x86_64 b/extra/htop/.md5sum.x86_64 new file mode 100644 index 000000000..f78e6447e --- /dev/null +++ b/extra/htop/.md5sum.x86_64 @@ -0,0 +1 @@ +7c5507f35f363f3f40183a2ba3c561f8 htop-0.9.tar.gz diff --git a/extra/htop/Pkgfile b/extra/htop/Pkgfile new file mode 100644 index 000000000..3cd927ba3 --- /dev/null +++ b/extra/htop/Pkgfile @@ -0,0 +1,15 @@ +# 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 +} + -- cgit v1.2.3-70-g09d2