opt/htop/Pkgfile

21 lines
575 B
Plaintext
Raw Normal View History

2009-01-19 13:54:04 +01:00
# Packager: Simone Rota, sip at crux dot nu
# Maintainer: Richard Poettler, richard dot poettler at gmail dot com
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-09-25 01:33:59 +02:00
version=0.8.1
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
2008-08-05 23:07:00 +02:00
rm -rf $PKG/usr/{include,lib}
2006-05-10 08:49:49 +02:00
rm -rf $PKG/usr/share/{applications,pixmaps,}
2006-02-23 16:26:10 +01:00
}