opt/htop/Pkgfile

19 lines
469 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
2007-07-11 12:20:15 +02:00
version=0.6.6
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
2007-07-11 12:20:15 +02:00
./configure --prefix=/usr --disable-nls --mandir=/usr/man
2006-02-23 16:26:10 +01:00
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
}