[arch-commits] Commit in nmon/repos (4 files)
Evangelos Foutras
foutrelis at archlinux.org
Sun Sep 6 19:12:10 UTC 2015
Date: Sunday, September 6, 2015 @ 21:12:10
Author: foutrelis
Revision: 139330
archrelease: copy trunk to community-staging-i686, community-staging-x86_64
Added:
nmon/repos/community-staging-i686/
nmon/repos/community-staging-i686/PKGBUILD
(from rev 139329, nmon/trunk/PKGBUILD)
nmon/repos/community-staging-x86_64/
nmon/repos/community-staging-x86_64/PKGBUILD
(from rev 139329, nmon/trunk/PKGBUILD)
-----------------------------------+
community-staging-i686/PKGBUILD | 22 ++++++++++++++++++++++
community-staging-x86_64/PKGBUILD | 22 ++++++++++++++++++++++
2 files changed, 44 insertions(+)
Copied: nmon/repos/community-staging-i686/PKGBUILD (from rev 139329, nmon/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-09-06 19:12:10 UTC (rev 139330)
@@ -0,0 +1,22 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo <massimiliano.torromeo at gmail.com>
+
+pkgname=nmon
+pkgver=15h
+pkgrel=2
+pkgdesc="AIX & Linux Performance Monitoring tool"
+arch=('i686' 'x86_64')
+url="http://nmon.sourceforge.net"
+license=('GPL')
+source=("http://downloads.sourceforge.net/${pkgname}/lmon$pkgver.c")
+sha256sums=('c4f70790f8fad869b208d9b8a3253a8aa9a10cc6d2184565715f710e703418ef')
+
+build() {
+ cd ${srcdir}
+ cc -o nmon lmon$pkgver.c -g -O2 -D JFS -D GETUSER -Wall -D LARGEMEM -lncurses -lm -g -D X86
+}
+
+package() {
+ cd ${srcdir}
+ install -D -m 0755 nmon "${pkgdir}/usr/bin/nmon"
+}
Copied: nmon/repos/community-staging-x86_64/PKGBUILD (from rev 139329, nmon/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD (rev 0)
+++ community-staging-x86_64/PKGBUILD 2015-09-06 19:12:10 UTC (rev 139330)
@@ -0,0 +1,22 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo <massimiliano.torromeo at gmail.com>
+
+pkgname=nmon
+pkgver=15h
+pkgrel=2
+pkgdesc="AIX & Linux Performance Monitoring tool"
+arch=('i686' 'x86_64')
+url="http://nmon.sourceforge.net"
+license=('GPL')
+source=("http://downloads.sourceforge.net/${pkgname}/lmon$pkgver.c")
+sha256sums=('c4f70790f8fad869b208d9b8a3253a8aa9a10cc6d2184565715f710e703418ef')
+
+build() {
+ cd ${srcdir}
+ cc -o nmon lmon$pkgver.c -g -O2 -D JFS -D GETUSER -Wall -D LARGEMEM -lncurses -lm -g -D X86
+}
+
+package() {
+ cd ${srcdir}
+ install -D -m 0755 nmon "${pkgdir}/usr/bin/nmon"
+}
More information about the arch-commits
mailing list