htop: needs ncurses-devel to build.
This commit is contained in:
parent
08d73de3b8
commit
57fd06b0f2
1 changed files with 4 additions and 5 deletions
|
@ -1,21 +1,20 @@
|
||||||
# Template file for 'htop'
|
# Template file for 'htop'
|
||||||
pkgname=htop
|
pkgname=htop
|
||||||
version=1.0
|
version=1.0
|
||||||
homepage="http://htop.sourceforge.net/"
|
revision=1
|
||||||
distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.gz"
|
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-unicode --enable-cgroup --enable-taskstats"
|
configure_args="--enable-unicode --enable-cgroup --enable-taskstats"
|
||||||
makedepends="bison python>=0"
|
makedepends="bison python ncurses-devel"
|
||||||
revision=1
|
|
||||||
short_desc="An interactive process viewer"
|
short_desc="An interactive process viewer"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
|
homepage="http://htop.sourceforge.net/"
|
||||||
|
distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.gz"
|
||||||
checksum=242879b86db4b97e1090e7cd391247268ccbe90834ff34b6e8242926c9664852
|
checksum=242879b86db4b97e1090e7cd391247268ccbe90834ff34b6e8242926c9664852
|
||||||
long_desc="
|
long_desc="
|
||||||
htop is an interactive process viewer for Linux. It is a text-mode terminal
|
htop is an interactive process viewer for Linux. It is a text-mode terminal
|
||||||
application (for console or X terminals) and requires ncurses."
|
application (for console or X terminals) and requires ncurses."
|
||||||
|
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
sed -i 's|ncursesw/curses.h|curses.h|' RichString.h RichString.c configure
|
sed -i 's|ncursesw/curses.h|curses.h|' RichString.h RichString.c configure
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue