opt/htop/Pkgfile

19 lines
451 B
Plaintext
Raw Normal View History

2007-01-23 18:54:54 +01:00
# Maintainer: Simone Rota, sip at crux dot nu
2006-02-23 16:26:10 +01:00
# Description: an interactive process viewer
# URL: http://htop.sourceforge.net/
# Depends: ncurses
name=htop
version=0.6.5
2006-02-23 16:26:10 +01:00
release=1
source=(http://dl.sourceforge.net/sourceforge/${name}/${name}-${version}.tar.gz)
build() {
cd $name-$version
./configure --prefix=/usr --disable-nls
make
make DESTDIR=$PKG install
2006-05-10 08:49:49 +02:00
rm -rf $PKG/usr/share/{applications,pixmaps,}
2006-02-23 16:26:10 +01:00
}