15 lines
367 B
Plaintext
15 lines
367 B
Plaintext
|
# Description: Nigel's performance MONitor for Linux
|
||
|
# URL: http://nmon.sourceforge.net
|
||
|
# Maintainer: Thomas Penteker, tek at serverop dot de
|
||
|
# Depends on:
|
||
|
|
||
|
name=nmon
|
||
|
version=12d
|
||
|
release=1
|
||
|
source=(http://dl.sourceforge.net/nmon/lmon${version}.c)
|
||
|
|
||
|
build() {
|
||
|
install -d -m 755 $PKG/usr/bin
|
||
|
cc -lncurses -DLARGEMEM -o $PKG/usr/bin/nmon lmon${version}.c
|
||
|
}
|