Date: Tuesday, January 12, 2016 @ 15:00:06 Author: mtorromeo Revision: 156162
archrelease: copy trunk to community-i686, community-x86_64 Deleted: nmon/repos/community-i686/PKGBUILD nmon/repos/community-x86_64/PKGBUILD ---------------------------+ community-i686/PKGBUILD | 23 ----------------------- community-x86_64/PKGBUILD | 23 ----------------------- 2 files changed, 46 deletions(-) Deleted: community-i686/PKGBUILD =================================================================== --- community-i686/PKGBUILD 2016-01-12 14:00:00 UTC (rev 156161) +++ community-i686/PKGBUILD 2016-01-12 14:00:06 UTC (rev 156162) @@ -1,23 +0,0 @@ -# $Id$ -# Maintainer: Massimiliano Torromeo <[email protected]> - -pkgname=nmon -pkgver=16a -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=('2d6c02662547cb77fa6f21d82b033d4e2091603b2c4d3a3ad4a34c68f0af0f14') - -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 2016-01-12 14:00:00 UTC (rev 156161) +++ community-x86_64/PKGBUILD 2016-01-12 14:00:06 UTC (rev 156162) @@ -1,23 +0,0 @@ -# $Id$ -# Maintainer: Massimiliano Torromeo <[email protected]> - -pkgname=nmon -pkgver=16a -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=('2d6c02662547cb77fa6f21d82b033d4e2091603b2c4d3a3ad4a34c68f0af0f14') - -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" -}
