From 352cca46ad315d3b444f6a4c332cfefb2bfd2006 Mon Sep 17 00:00:00 2001 From: tnut Date: Fri, 18 Dec 2009 20:12:24 +0100 Subject: htop, maj des dépendances MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- base/htop/.footprint | 13 +++++++++++++ base/htop/.md5sum | 1 + base/htop/Pkgfile | 16 ++++++++++++++++ 3 files changed, 30 insertions(+) create mode 100644 base/htop/.footprint create mode 100644 base/htop/.md5sum create mode 100644 base/htop/Pkgfile (limited to 'base') diff --git a/base/htop/.footprint b/base/htop/.footprint new file mode 100644 index 000000000..c0627979b --- /dev/null +++ b/base/htop/.footprint @@ -0,0 +1,13 @@ +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/base/htop/.md5sum b/base/htop/.md5sum new file mode 100644 index 000000000..183beb197 --- /dev/null +++ b/base/htop/.md5sum @@ -0,0 +1 @@ +f0b259ca29175656de48bf0fa0a2e619 htop-0.8.1.tar.gz diff --git a/base/htop/Pkgfile b/base/htop/Pkgfile new file mode 100644 index 000000000..7d2d4b5f9 --- /dev/null +++ b/base/htop/Pkgfile @@ -0,0 +1,16 @@ +# 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: +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 +} + -- cgit v1.2.3-54-g00ecf