nmon: 15b -> 15g

This commit is contained in:
Thomas Penteker 2015-08-10 19:54:59 +02:00
parent c63e162477
commit 50999d1970
2 changed files with 3 additions and 3 deletions

View File

@ -1 +1 @@
ed3697c3a6f7786e27833ccd5df79496 lmon15b.c
cf7432ae62657dead139bdc6c9b6af6a lmon15g.c

View File

@ -4,11 +4,11 @@
# Depends on:
name=nmon
version=15b
version=15g
release=1
source=(http://download.sourceforge.net/nmon/lmon${version}.c)
build() {
install -d -m 755 $PKG/usr/bin
cc -lncurses -DJFS -DLARGEMEM -DX86 -o $PKG/usr/bin/nmon lmon${version}.c
cc -lncurses -lm -DJFS -DLARGEMEM -DX86 -o $PKG/usr/bin/nmon lmon${version}.c
}