[arch-commits] Commit in nmon/repos (2 files)

Massimiliano Torromeo mtorromeo at archlinux.org
Tue Jan 12 14:00:32 UTC 2016


    Date: Tuesday, January 12, 2016 @ 15:00:31
  Author: mtorromeo
Revision: 156163

archrelease: copy trunk to community-i686, community-x86_64

Added:
  nmon/repos/community-i686/PKGBUILD
    (from rev 156162, nmon/trunk/PKGBUILD)
  nmon/repos/community-x86_64/PKGBUILD
    (from rev 156162, nmon/trunk/PKGBUILD)

---------------------------+
 community-i686/PKGBUILD   |   23 +++++++++++++++++++++++
 community-x86_64/PKGBUILD |   23 +++++++++++++++++++++++
 2 files changed, 46 insertions(+)

Copied: nmon/repos/community-i686/PKGBUILD (from rev 156162, nmon/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2016-01-12 14:00:31 UTC (rev 156163)
@@ -0,0 +1,23 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo <massimiliano.torromeo at gmail.com>
+
+pkgname=nmon
+pkgver=16b
+pkgrel=1
+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")
+sha256sums=('bd14d4a86886ff94b11d43f20e72204244d6adcc7bd317f2ea309d17697ff8db')
+
+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-x86_64/PKGBUILD (from rev 156162, nmon/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2016-01-12 14:00:31 UTC (rev 156163)
@@ -0,0 +1,23 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo <massimiliano.torromeo at gmail.com>
+
+pkgname=nmon
+pkgver=16b
+pkgrel=1
+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")
+sha256sums=('bd14d4a86886ff94b11d43f20e72204244d6adcc7bd317f2ea309d17697ff8db')
+
+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