contrib/wmtop/Pkgfile

18 lines
469 B
Plaintext
Raw Normal View History

2006-11-13 21:27:00 +01:00
# Description: A dockapp that is a mini graphical version of the cpu monitoring utility top
# URL: http://wmtop.sourceforge.net/
# Maintainer: Mikhail Kolesnik, mike at openbunker dot org
2008-12-11 14:14:01 +01:00
# Depends on: xorg-libxpm
2006-11-13 21:27:00 +01:00
name=wmtop
version=0.84
release=2
source=(http://ftp1.sourceforge.net/$name/$name-$version.tar.bz2 \
$name-$version-makefile.patch)
build() {
cd $name-$version
patch -p1 -i $SRC/$name-$version-makefile.patch
make linux
make DESTDIR=$PKG install
}