summaryrefslogtreecommitdiff
path: root/community/nmon/PKGBUILD
diff options
context:
space:
mode:
authorJoe <joe@joelightning.com>2011-10-20 22:51:34 +0100
committerJoe <joe@joelightning.com>2011-10-20 22:51:34 +0100
commite866f0523be39471f4ff960fde220ff65ecfe503 (patch)
tree773659d4e29799c113d364c02b76b8bcde29d932 /community/nmon/PKGBUILD
parent3bba0cffb3b78e071fed7a076a70916dee05a38e (diff)
parent5c0a5f2b9fa7f1683f279728342aa7f5f0cf90a3 (diff)
Merge branch 'master' of ssh://parabola-git/abslibre-mips64el
Diffstat (limited to 'community/nmon/PKGBUILD')
-rw-r--r--community/nmon/PKGBUILD20
1 files changed, 20 insertions, 0 deletions
diff --git a/community/nmon/PKGBUILD b/community/nmon/PKGBUILD
new file mode 100644
index 000000000..9cf278e07
--- /dev/null
+++ b/community/nmon/PKGBUILD
@@ -0,0 +1,20 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo <massimiliano.torromeo@gmail.com>
+
+pkgname=nmon
+pkgver=14g
+pkgrel=2
+pkgdesc="AIX & Linux Performance Monitoring tool"
+arch=('i686' 'x86_64')
+url="http://nmon.sourceforge.net"
+license=("GPL")
+depends=("ncurses")
+source=("http://downloads.sourceforge.net/${pkgname}/lmon$pkgver.c")
+
+build() {
+ cd ${srcdir}
+ cc -o nmon lmon$pkgver.c -g -O2 -D JFS -D GETUSER -Wall -D LARGEMEM -lncurses -g
+ install -D -m 0755 nmon "${pkgdir}/usr/bin/nmon"
+}
+
+md5sums=('e537f51446fb375140368b115dc8278b')