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

Massimiliano Torromeo mtorromeo at archlinux.org
Tue May 5 10:51:35 UTC 2015


    Date: Tuesday, May 5, 2015 @ 12:51:35
  Author: mtorromeo
Revision: 132763

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

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

---------------------------+
 /PKGBUILD                 |   44 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   24 ------------------------
 community-x86_64/PKGBUILD |   24 ------------------------
 3 files changed, 44 insertions(+), 48 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2015-05-05 10:51:25 UTC (rev 132762)
+++ community-i686/PKGBUILD	2015-05-05 10:51:35 UTC (rev 132763)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo <massimiliano.torromeo at gmail.com>
-
-pkgname=nmon
-pkgver=15d
-pkgrel=1
-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=('2ccdd7448be35c2305254dc5b2e6a2a10f3fc0ca132269cf6669ebe6ea64ffea')
-
-build() {
-  cd ${srcdir}
-
-  cc -o nmon lmon$pkgver.c -g -O2 -D JFS -D GETUSER -Wall -D LARGEMEM -lncurses -g -D X86
-}
-
-package() {
-  cd ${srcdir}
-
-  install -D -m 0755 nmon "${pkgdir}/usr/bin/nmon"
-}

Copied: nmon/repos/community-i686/PKGBUILD (from rev 132762, nmon/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2015-05-05 10:51:35 UTC (rev 132763)
@@ -0,0 +1,22 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo <massimiliano.torromeo at gmail.com>
+
+pkgname=nmon
+pkgver=15e
+pkgrel=1
+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=('166354260d0749acff16a7b21c3518b4c85fa3a35db61c06537988a8069445fa')
+
+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"
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2015-05-05 10:51:25 UTC (rev 132762)
+++ community-x86_64/PKGBUILD	2015-05-05 10:51:35 UTC (rev 132763)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo <massimiliano.torromeo at gmail.com>
-
-pkgname=nmon
-pkgver=15d
-pkgrel=1
-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=('2ccdd7448be35c2305254dc5b2e6a2a10f3fc0ca132269cf6669ebe6ea64ffea')
-
-build() {
-  cd ${srcdir}
-
-  cc -o nmon lmon$pkgver.c -g -O2 -D JFS -D GETUSER -Wall -D LARGEMEM -lncurses -g -D X86
-}
-
-package() {
-  cd ${srcdir}
-
-  install -D -m 0755 nmon "${pkgdir}/usr/bin/nmon"
-}

Copied: nmon/repos/community-x86_64/PKGBUILD (from rev 132762, nmon/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2015-05-05 10:51:35 UTC (rev 132763)
@@ -0,0 +1,22 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo <massimiliano.torromeo at gmail.com>
+
+pkgname=nmon
+pkgver=15e
+pkgrel=1
+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=('166354260d0749acff16a7b21c3518b4c85fa3a35db61c06537988a8069445fa')
+
+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