opt/htop/Pkgfile
2008-06-18 14:40:29 +02:00

19 lines
467 B
Plaintext

# Maintainer: Simone Rota, sip at crux dot nu
# Description: an interactive process viewer
# URL: http://htop.sourceforge.net/
# Depends on: ncurses
name=htop
version=0.7
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,}
}