nmon: inital commit

This commit is contained in:
Thomas Penteker 2009-08-13 00:13:52 +02:00
parent 8976c222a5
commit ae2a298bca
3 changed files with 18 additions and 0 deletions

3
nmon/.footprint Normal file
View 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
View File

@ -0,0 +1 @@
8317d8c29fee3c776867947db05b75b1 lmon12d.c

14
nmon/Pkgfile Normal file
View 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
}