# Description: an interactive process viewer # URL: http://htop.sourceforge.net/ # Packager: Simone Rota, sip at crux dot nu # Maintainer: Richard Poettler, richard dot poettler at gmail dot com # Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu # Depends on: ncurses name=htop version=0.8.3 release=1 source=(http://dl.sourceforge.net/sourceforge/$name/$name-$version.tar.gz) build() { cd $name-$version echo "ac_cv_file__proc_stat=yes" > config.cache echo "ac_cv_file__proc_meminfo=yes" >> config.cache sed -i config.h.in -e '/#undef malloc/d' -e '/#undef realloc/d' ./configure --build=$CHOST \ --host=$CTARGET \ --prefix=/usr \ --disable-nls \ --mandir=/usr/man \ --cache-file=config.cache make make DESTDIR=$PKG install rm -rf $PKG/usr/{include,lib} rm -rf $PKG/usr/share/{applications,pixmaps,} }