[arch-commits] Commit in nmon/repos/community-x86_64 (PKGBUILD PKGBUILD)

Jelle van der Waa jelle at archlinux.org
Thu Nov 8 13:48:39 UTC 2018


    Date: Thursday, November 8, 2018 @ 13:48:38
  Author: jelle
Revision: 404076

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   45 ++++++++++++++++++++++-----------------------
 1 file changed, 22 insertions(+), 23 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-11-08 13:48:28 UTC (rev 404075)
+++ PKGBUILD	2018-11-08 13:48:38 UTC (rev 404076)
@@ -1,23 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo <massimiliano.torromeo at gmail.com>
-
-pkgname=nmon
-pkgver=16g
-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=('da82dd693b503b062854dfe7dbb5d36b347872ab44a4aa05b97e9d577747f688')
-
-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 404075, nmon/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-11-08 13:48:38 UTC (rev 404076)
@@ -0,0 +1,22 @@
+# Maintainer: Massimiliano Torromeo <massimiliano.torromeo at gmail.com>
+
+pkgname=nmon
+pkgver=16g
+pkgrel=2
+pkgdesc="AIX & Linux Performance Monitoring tool"
+arch=('x86_64')
+url="http://nmon.sourceforge.net"
+license=('GPL')
+depends=('ncurses')
+source=("https://downloads.sourceforge.net/${pkgname}/lmon$pkgver.c")
+sha256sums=('da82dd693b503b062854dfe7dbb5d36b347872ab44a4aa05b97e9d577747f688')
+
+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