forked from ports/contrib
nmon: inital commit
This commit is contained in:
parent
8976c222a5
commit
ae2a298bca
3
nmon/.footprint
Normal file
3
nmon/.footprint
Normal file
@ -0,0 +1,3 @@
|
||||
drwxr-xr-x root/root usr/
|
||||
drwxr-xr-x root/root usr/bin/
|
||||
-rwxr-xr-x root/root usr/bin/nmon
|
1
nmon/.md5sum
Normal file
1
nmon/.md5sum
Normal file
@ -0,0 +1 @@
|
||||
8317d8c29fee3c776867947db05b75b1 lmon12d.c
|
14
nmon/Pkgfile
Normal file
14
nmon/Pkgfile
Normal file
@ -0,0 +1,14 @@
|
||||
# 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
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user