From 3f57a7f93b3e7550cbd73036f6a56654e17d1d5c Mon Sep 17 00:00:00 2001 From: tnut Date: Sun, 8 Jan 2012 12:15:45 +0100 Subject: split de git pakxe et NuTyX-extra --- htop/.footprint.i686 | 11 +++++++++++ htop/.footprint.x86_64 | 11 +++++++++++ htop/.md5sum.i686 | 1 + htop/.md5sum.x86_64 | 1 + htop/Pkgfile | 15 +++++++++++++++ 5 files changed, 39 insertions(+) create mode 100644 htop/.footprint.i686 create mode 100644 htop/.footprint.x86_64 create mode 100644 htop/.md5sum.i686 create mode 100644 htop/.md5sum.x86_64 create mode 100644 htop/Pkgfile (limited to 'htop') diff --git a/htop/.footprint.i686 b/htop/.footprint.i686 new file mode 100644 index 000000000..34a503e10 --- /dev/null +++ b/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/htop/.footprint.x86_64 b/htop/.footprint.x86_64 new file mode 100644 index 000000000..34a503e10 --- /dev/null +++ b/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/htop/.md5sum.i686 b/htop/.md5sum.i686 new file mode 100644 index 000000000..f78e6447e --- /dev/null +++ b/htop/.md5sum.i686 @@ -0,0 +1 @@ +7c5507f35f363f3f40183a2ba3c561f8 htop-0.9.tar.gz diff --git a/htop/.md5sum.x86_64 b/htop/.md5sum.x86_64 new file mode 100644 index 000000000..f78e6447e --- /dev/null +++ b/htop/.md5sum.x86_64 @@ -0,0 +1 @@ +7c5507f35f363f3f40183a2ba3c561f8 htop-0.9.tar.gz diff --git a/htop/Pkgfile b/htop/Pkgfile new file mode 100644 index 000000000..3cd927ba3 --- /dev/null +++ b/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-54-g00ecf