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 ++++++++++++++++ extra/htop/.footprint | 13 ------------- extra/htop/.md5sum | 1 - extra/htop/Pkgfile | 16 ---------------- 6 files changed, 30 insertions(+), 30 deletions(-) create mode 100644 base/htop/.footprint create mode 100644 base/htop/.md5sum create mode 100644 base/htop/Pkgfile delete mode 100644 extra/htop/.footprint delete mode 100644 extra/htop/.md5sum delete mode 100644 extra/htop/Pkgfile 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 +} + 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 -} - -- cgit v1.2.3-54-g00ecf