opt/htop/Pkgfile

19 lines
467 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/
2008-06-18 14:40:29 +02:00
# Depends on: ncurses
2006-02-23 16:26:10 +01:00
name=htop
2008-04-13 19:39:18 +02:00
version=0.7
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
}