void-packages/srcpkgs/htop/template

21 lines
731 B
Plaintext
Raw Normal View History

# Template file for 'htop'
pkgname=htop
2011-11-21 20:09:18 +01:00
version=1.0
2012-06-04 12:20:17 +02:00
revision=1
build_style=gnu-configure
2011-11-21 20:09:18 +01:00
configure_args="--enable-unicode --enable-cgroup --enable-taskstats"
2012-06-04 12:20:17 +02:00
makedepends="bison python ncurses-devel"
short_desc="An interactive process viewer"
maintainer="Juan RP <xtraeme@gmail.com>"
2011-11-21 20:09:18 +01:00
license="GPL-2"
2012-06-04 12:20:17 +02:00
homepage="http://htop.sourceforge.net/"
distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.gz"
2011-11-21 20:09:18 +01:00
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."
2011-11-21 20:09:18 +01:00
pre_configure() {
sed -i 's|ncursesw/curses.h|curses.h|' RichString.h RichString.c configure
}