nmon: update to 16i.
This commit is contained in:
parent
96955c2f15
commit
aaffd8a495
2 changed files with 5 additions and 5 deletions
|
@ -1,5 +1,5 @@
|
|||
--- lmon16h.c 2019-01-03 14:05:52.400371456 +0200
|
||||
+++ lmon16h.c 2019-01-03 14:07:04.872711631 +0200
|
||||
--- lmon16i.c 2019-01-03 14:05:52.400371456 +0200
|
||||
+++ lmon16i.c 2019-01-03 14:07:04.872711631 +0200
|
||||
@@ -63,7 +63,7 @@ static char *SccsId = "nmon " VERSION;
|
||||
#include <fcntl.h>
|
||||
#include <math.h>
|
||||
|
|
|
@ -1,16 +1,16 @@
|
|||
# Template file for 'nmon'
|
||||
pkgname=nmon
|
||||
version=16h
|
||||
version=16i
|
||||
revision=1
|
||||
build_style=fetch
|
||||
makedepends="ncurses-devel"
|
||||
depends="ncurses"
|
||||
short_desc="Nigel's performance Monitor for Linux"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
maintainer="Kyle Nusbaum <knusbaum+void@sdf.org>"
|
||||
license="GPL-3.0-or-later"
|
||||
homepage="http://nmon.sourceforge.net/pmwiki.php?n=Main.HomePage"
|
||||
distfiles="${SOURCEFORGE_SITE}/nmon/files/lmon${version}.c"
|
||||
checksum=e23b2dfc2804cc2947976fcace6834dcd55e73de18fa31e2bf905fabb989ceea
|
||||
checksum=af66d756cc1146a4a4101c5595ca8c99b4f84cb9e7e7f58a080773e8e6b6a24c
|
||||
|
||||
do_build() {
|
||||
$CC ${CFLAGS} ${LDFLAGS} -D JFS -D GETUSER -D LARGEMEM -D X86 \
|
||||
|
|
Loading…
Reference in a new issue