nmon: deleted unmaintained port

This commit is contained in:
Tim Biermann 2021-03-04 09:12:42 +00:00
parent 680613273f
commit b0591b9447
Signed by: tb
GPG Key ID: 42F8B4E30B673606
3 changed files with 0 additions and 22 deletions

View File

@ -1,3 +0,0 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/nmon

View File

@ -1,5 +0,0 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF36itgjmKwc/A+cKkFhmIof4BiB+FVXfZeUHd1kdY+FYnbgKh5muhhp4OUWtBI5pGhcarfxGQCZbKMWlgILQckQ4=
SHA256 (Pkgfile) = 894a249418996c2bc39b87bcc56cb1bb5d30d446cf21c2f4e381fd2a975c7c2c
SHA256 (.footprint) = a3c4aaf84f997a9f324602ac5e88e2216d65847572d5b1a8ee9aac2f03befe13
SHA256 (lmon16m.c) = 2bed4d45fdfdf1d1387ec91e139c04975d5f838e3e0d53c0fe2d803a707e5fc1

View File

@ -1,14 +0,0 @@
# 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=16m
release=1
source=(http://download.sourceforge.net/nmon/lmon${version}.c)
build() {
install -d -m 755 $PKG/usr/bin
cc -lncurses -lm -DJFS -DLARGEMEM -DX86 -o $PKG/usr/bin/nmon lmon${version}.c
}