opt/htop/Pkgfile
2007-07-11 12:20:34 +02:00

19 lines
469 B
Plaintext

# Maintainer: Simone Rota, sip at crux dot nu
# Description: an interactive process viewer
# URL: http://htop.sourceforge.net/
# Depends: ncurses
name=htop
version=0.6.6
release=1
source=(http://dl.sourceforge.net/sourceforge/${name}/${name}-${version}.tar.gz)
build() {
cd $name-$version
./configure --prefix=/usr --disable-nls --mandir=/usr/man
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/share/{applications,pixmaps,}
}