diff options
author | Michiel van Wessem <michiel@slackbuilds.org> | 2010-05-13 00:40:37 +0200 |
---|---|---|
committer | Chess Griffin <chess@slackbuilds.org> | 2010-05-13 00:40:37 +0200 |
commit | a5ca3494f5129ff3a0b83fbf26928a0c4b944b08 (patch) | |
tree | e49826d1a48bf26e29a6cdce2d70d71c0ca3c8d6 /system/htop | |
parent | b87070df5a1914797ef201bcaa384cb7ad702367 (diff) | |
download | slackbuilds-a5ca3494f5129ff3a0b83fbf26928a0c4b944b08.tar.gz |
system/htop: Updated for version 0.8.3
Diffstat (limited to 'system/htop')
-rw-r--r-- | system/htop/README | 16 | ||||
-rw-r--r-- | system/htop/htop.SlackBuild | 7 | ||||
-rw-r--r-- | system/htop/htop.info | 9 | ||||
-rw-r--r-- | system/htop/slack-desc | 12 |
4 files changed, 25 insertions, 19 deletions
diff --git a/system/htop/README b/system/htop/README index bf44330740..791a6c4f3f 100644 --- a/system/htop/README +++ b/system/htop/README @@ -1,9 +1,9 @@ -htop is an interactive process viewer for Linux. It aims to be a 'better -top' You can scroll the process list vertically and horizontally, and -select a process to be killed with the arrow keys instead of by typing its -process id. +htop is an interactive process viewer for Linux. It aims to be a 'better top' +You can scroll the process list vertically and horizontally, and select a +process to be killed with the arrow keys instead of by typing its process +id. -This release adds per-process I/O statistics, Unicode support, and new -handling of CPU count for threaded processes: it can now show either -per-thread stats or a sum of all threads depending whether user threads are -shown or hidden. There were also improvements in mouse support. +This release adds per-process I/O statistics, Unicode support, and new +handling of CPU count for threaded processes: it can now show either +per-thread stats or a sum of all threads depending whether user threads +are shown or hidden. There were also improvements in mouse support. diff --git a/system/htop/htop.SlackBuild b/system/htop/htop.SlackBuild index 8ae8511d6f..3051abe61e 100644 --- a/system/htop/htop.SlackBuild +++ b/system/htop/htop.SlackBuild @@ -24,7 +24,7 @@ # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=htop -VERSION=${VERSION:-0.8.2} +VERSION=${VERSION:-0.8.3} ARCH=${ARCH:-i486} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -75,6 +75,9 @@ CXXFLAGS="$SLKCFLAGS" \ make make install-strip DESTDIR=$PKG +# remove empty directories +rmdir $PKG/usr/{include,lib$LIBDIRSUFFIX} + ( cd $PKG/usr/man find . -type f -exec gzip -9 {} \; for i in $( find . -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done @@ -90,4 +93,4 @@ cat $CWD/slack-desc > $PKG/install/slack-desc cat $CWD/doinst.sh > $PKG/install/doinst.sh cd $PKG -/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.tgz +/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz} diff --git a/system/htop/htop.info b/system/htop/htop.info index 0a8b5e5c68..04d534dc05 100644 --- a/system/htop/htop.info +++ b/system/htop/htop.info @@ -1,8 +1,11 @@ PRGNAM="htop" -VERSION="0.8.2" +VERSION="0.8.3" HOMEPAGE="http://htop.sourceforge.net" -DOWNLOAD="http://downloads.sourceforge.net/htop/htop-0.8.2.tar.gz" -MD5SUM="78c2382dc4ff0cf5a29a5c3bc1e556ec" +DOWNLOAD="http://downloads.sourceforge.net/htop/htop-0.8.3.tar.gz" +DOWNLOAD_x86_64="" +MD5SUM="5c9f093f9eaddf6e77aa6d54c2116d0c" +MD5SUM_x86_64="" MAINTAINER="Michiel van Wessem" EMAIL="michiel@slackbuilds.org" APPROVED="chess" + diff --git a/system/htop/slack-desc b/system/htop/slack-desc index 1484c8b6a2..00977e1a5a 100644 --- a/system/htop/slack-desc +++ b/system/htop/slack-desc @@ -7,13 +7,13 @@ |-----handy-ruler------------------------------------------------------| htop: Htop (Process Viewer) -htop: +htop: htop: This is htop, an interactive process viewer for Linux. It is a text- htop: mode application (for console or X terminals) and requires ncurses. htop: htop has been tested with Linux 2.4 and 2.6 kernels. -htop: +htop: htop: Homepage: http://htop.sourceforge.net/ -htop: -htop: -htop: -htop: +htop: +htop: +htop: +htop: |