summaryrefslogtreecommitdiff
path: root/community/nmon/PKGBUILD
blob: 9cf278e07ea6b7e6295db269f3941ea5334acd36 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# $Id$
# Maintainer: Massimiliano Torromeo <massimiliano.torromeo@gmail.com>

pkgname=nmon
pkgver=14g
pkgrel=2
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")

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"
}

md5sums=('e537f51446fb375140368b115dc8278b')