htop: update to 1.0.2.
This commit is contained in:
parent
4040e7a324
commit
2288e11608
1 changed files with 2 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'htop'
|
||||
pkgname=htop
|
||||
version=1.0
|
||||
version=1.0.2
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--enable-unicode --enable-cgroup --enable-taskstats"
|
||||
|
@ -10,11 +10,7 @@ maintainer="Juan RP <xtraeme@gmail.com>"
|
|||
license="GPL-2"
|
||||
homepage="http://htop.sourceforge.net/"
|
||||
distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.gz"
|
||||
checksum=242879b86db4b97e1090e7cd391247268ccbe90834ff34b6e8242926c9664852
|
||||
checksum=ee60657b044ece0df096c053060df7abf3cce3a568ab34d260049e6a37ccd8a1
|
||||
long_desc="
|
||||
htop is an interactive process viewer for Linux. It is a text-mode terminal
|
||||
application (for console or X terminals) and requires ncurses."
|
||||
|
||||
pre_configure() {
|
||||
sed -i 's|ncursesw/curses.h|curses.h|' RichString.h RichString.c configure
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue