mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
system/htop: Updated for version 1.0.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
This commit is contained in:
parent
7f7cd4b2df
commit
473e6a3260
3 changed files with 9 additions and 9 deletions
|
@ -1,7 +1,7 @@
|
|||
#!/bin/sh
|
||||
|
||||
# Slackware build script for htop
|
||||
# Copyright 2007-2010 Michiel van Wessem, Manchester, United Kingdom
|
||||
# Copyright 2007-2011 Michiel van Wessem, Leicester, United Kingdom
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use in source and binary forms, with or without
|
||||
|
@ -24,7 +24,7 @@
|
|||
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=htop
|
||||
VERSION=${VERSION:-0.9}
|
||||
VERSION=${VERSION:-1.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -89,7 +89,7 @@ find $PKG/usr/man -type f -exec gzip -9 {} \;
|
|||
for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done
|
||||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a AUTHORS COPYING ChangeLog INSTALL NEWS README TODO \
|
||||
cp -a AUTHORS COPYING ChangeLog INSTALL NEWS README \
|
||||
$PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="htop"
|
||||
VERSION="0.9"
|
||||
VERSION="1.0"
|
||||
HOMEPAGE="http://htop.sourceforge.net"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/htop/htop-0.9.tar.gz"
|
||||
MD5SUM="7c5507f35f363f3f40183a2ba3c561f8"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/htop/htop-1.0.tar.gz"
|
||||
MD5SUM="325112ca7947ea1f6d6441f631e00384"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="Michiel van Wessem"
|
||||
EMAIL="michiel@slackbuilds.org"
|
||||
APPROVED="Erik Hanson"
|
||||
APPROVED="Niels Horn"
|
||||
|
|
|
@ -15,5 +15,5 @@ htop:
|
|||
htop: Homepage: http://htop.sourceforge.net/
|
||||
htop:
|
||||
htop:
|
||||
htop:
|
||||
htop:
|
||||
htop:
|
||||
htop:
|
||||
|
|
Loading…
Reference in a new issue