htop: update to 1.0.
This commit is contained in:
parent
0f50a29575
commit
714e4b9465
1 changed files with 7 additions and 7 deletions
|
@ -1,21 +1,21 @@
|
|||
# Template file for 'htop'
|
||||
pkgname=htop
|
||||
version=0.9
|
||||
revision=2
|
||||
version=1.0
|
||||
homepage="http://htop.sourceforge.net/"
|
||||
distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.gz"
|
||||
build_style=gnu-configure
|
||||
configure_args="--enable-unicode --enable-openvz --enable-vserver"
|
||||
configure_args="--enable-unicode --enable-cgroup --enable-taskstats"
|
||||
short_desc="An interactive process viewer"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
checksum=4de65c38e1886bccd30ed692b30eb9bf195240680781bfe1eaf5faf84ee6fbfd
|
||||
license="GPL-2"
|
||||
checksum=242879b86db4b97e1090e7cd391247268ccbe90834ff34b6e8242926c9664852
|
||||
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."
|
||||
|
||||
Add_dependency build bison
|
||||
Add_dependency build ncurses-devel
|
||||
Add_dependency build python ">=0"
|
||||
|
||||
pre_configure()
|
||||
{
|
||||
pre_configure() {
|
||||
sed -i 's|ncursesw/curses.h|curses.h|' RichString.h RichString.c configure
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue