mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 16:13:50 +02:00
nmon: update to 16h.
This commit is contained in:
parent
00cd8dfc10
commit
5ce342d685
2 changed files with 10 additions and 10 deletions
|
@ -1,6 +1,6 @@
|
||||||
--- lmon16g.c.orig
|
--- lmon16h.c 2019-01-03 14:05:52.400371456 +0200
|
||||||
+++ lmon16g.c
|
+++ lmon16h.c 2019-01-03 14:07:04.872711631 +0200
|
||||||
@@ -63,7 +63,7 @@
|
@@ -63,7 +63,7 @@ static char *SccsId = "nmon " VERSION;
|
||||||
#include <fcntl.h>
|
#include <fcntl.h>
|
||||||
#include <math.h>
|
#include <math.h>
|
||||||
#include <time.h>
|
#include <time.h>
|
||||||
|
@ -9,7 +9,7 @@
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
#include <sys/stat.h>
|
#include <sys/stat.h>
|
||||||
#include <sys/ioctl.h>
|
#include <sys/ioctl.h>
|
||||||
@@ -72,6 +72,10 @@
|
@@ -72,6 +72,10 @@ static char *SccsId = "nmon " VERSION;
|
||||||
#include <sys/socket.h>
|
#include <sys/socket.h>
|
||||||
#include <sys/wait.h>
|
#include <sys/wait.h>
|
||||||
|
|
||||||
|
@ -20,7 +20,7 @@
|
||||||
/* Windows moved here so they can be cleared when the screen mode changes */
|
/* Windows moved here so they can be cleared when the screen mode changes */
|
||||||
WINDOW *padwelcome = NULL;
|
WINDOW *padwelcome = NULL;
|
||||||
WINDOW *padtop = NULL;
|
WINDOW *padtop = NULL;
|
||||||
@@ -576,7 +580,6 @@
|
@@ -584,7 +588,6 @@ struct procsinfo {
|
||||||
int isroot = 0;
|
int isroot = 0;
|
||||||
|
|
||||||
#include <mntent.h>
|
#include <mntent.h>
|
||||||
|
|
|
@ -1,16 +1,16 @@
|
||||||
# Template file for 'nmon'
|
# Template file for 'nmon'
|
||||||
pkgname=nmon
|
pkgname=nmon
|
||||||
version=16g
|
version=16h
|
||||||
revision=1
|
revision=1
|
||||||
build_style=fetch
|
build_style=fetch
|
||||||
maintainer="Orphaned <orphan@voidlinux.eu>"
|
|
||||||
makedepends="ncurses-devel"
|
makedepends="ncurses-devel"
|
||||||
depends="ncurses"
|
depends="ncurses"
|
||||||
license="GPL-3"
|
|
||||||
homepage="http://nmon.sourceforge.net/pmwiki.php?n=Main.HomePage"
|
|
||||||
short_desc="Nigel's performance Monitor for Linux"
|
short_desc="Nigel's performance Monitor for Linux"
|
||||||
|
maintainer="Orphaned <orphan@voidlinux.eu>"
|
||||||
|
license="GPL-3.0-or-later"
|
||||||
|
homepage="http://nmon.sourceforge.net/pmwiki.php?n=Main.HomePage"
|
||||||
distfiles="${SOURCEFORGE_SITE}/nmon/files/lmon${version}.c"
|
distfiles="${SOURCEFORGE_SITE}/nmon/files/lmon${version}.c"
|
||||||
checksum=da82dd693b503b062854dfe7dbb5d36b347872ab44a4aa05b97e9d577747f688
|
checksum=e23b2dfc2804cc2947976fcace6834dcd55e73de18fa31e2bf905fabb989ceea
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
$CC ${CFLAGS} ${LDFLAGS} -D JFS -D GETUSER -D LARGEMEM -D X86 \
|
$CC ${CFLAGS} ${LDFLAGS} -D JFS -D GETUSER -D LARGEMEM -D X86 \
|
||||||
|
|
Loading…
Add table
Reference in a new issue