[arch-commits] Commit in nmon/repos/community-x86_64 (PKGBUILD PKGBUILD)
Massimiliano Torromeo
mtorromeo at archlinux.org
Thu Jan 3 10:22:30 UTC 2019
Date: Thursday, January 3, 2019 @ 10:22:29
Author: mtorromeo
Revision: 420304
archrelease: copy trunk to community-x86_64
Added:
nmon/repos/community-x86_64/PKGBUILD
(from rev 420303, nmon/trunk/PKGBUILD)
Deleted:
nmon/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 44 ++++++++++++++++++++++----------------------
1 file changed, 22 insertions(+), 22 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2019-01-03 10:22:12 UTC (rev 420303)
+++ PKGBUILD 2019-01-03 10:22:29 UTC (rev 420304)
@@ -1,22 +0,0 @@
-# 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"
-}
Copied: nmon/repos/community-x86_64/PKGBUILD (from rev 420303, nmon/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-01-03 10:22:29 UTC (rev 420304)
@@ -0,0 +1,22 @@
+# Maintainer: Massimiliano Torromeo <massimiliano.torromeo at gmail.com>
+
+pkgname=nmon
+pkgver=16h
+pkgrel=1
+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=('e23b2dfc2804cc2947976fcace6834dcd55e73de18fa31e2bf905fabb989ceea')
+
+build() {
+ cd ${srcdir}
+ cc -o nmon lmon$pkgver.c $LDFLAGS $CFLAGS -g -D JFS -D GETUSER -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