diff options
Diffstat (limited to 'nmon/PKGBUILD')
-rw-r--r-- | nmon/PKGBUILD | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/nmon/PKGBUILD b/nmon/PKGBUILD deleted file mode 100644 index fb83eb8..0000000 --- a/nmon/PKGBUILD +++ /dev/null @@ -1,18 +0,0 @@ -# Contributor: Massimiliano Torromeo <massimiliano.torromeo@gmail.com> - -pkgname=nmon -pkgver=13g -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") - -md5sums=('b1b8e6c0123ad232394991f2d4f40494') - -build() { - cd ${srcdir} - cc -o nmon lmon$pkgver.c -g -O2 -D JFS -D GETUSER -Wall -D LARGEMEM -lncurses -g - install -D -m 0755 nmon "${pkgdir}/usr/bin/nmon" -} |