mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
system/htop: Updated for version 0.8.3
This commit is contained in:
parent
b87070df5a
commit
a5ca3494f5
4 changed files with 25 additions and 19 deletions
|
@ -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.
|
||||
|
|
|
@ -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}
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue