summaryrefslogtreecommitdiffstats
path: root/nmon/PKGBUILD
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2012-12-16 11:51:24 +0100
committerFlorian Pritz <bluewind@xinu.at>2012-12-16 11:51:24 +0100
commitc6000c9d9949b3326fb82f02431899ab6774b960 (patch)
tree2453cd564b0f382f3d8ccd893df8ebe2e9aeda71 /nmon/PKGBUILD
parent453f0f12918af35bd8e1e5f049841360f37d62e4 (diff)
downloadaur-packages-c6000c9d9949b3326fb82f02431899ab6774b960.tar.gz
aur-packages-c6000c9d9949b3326fb82f02431899ab6774b960.tar.xz
big cleanup
Diffstat (limited to 'nmon/PKGBUILD')
-rw-r--r--nmon/PKGBUILD18
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"
-}