summaryrefslogtreecommitdiff
path: root/community/atop
diff options
context:
space:
mode:
authorParabola <dev@list.parabolagnulinux.org>2011-04-05 14:26:38 +0000
committerParabola <dev@list.parabolagnulinux.org>2011-04-05 14:26:38 +0000
commit415856bdd4f48ab4f2732996f0bae58595092bbe (patch)
treeede2018b591f6dfb477fe9341ba17b9bc000fab9 /community/atop
Tue Apr 5 14:26:38 UTC 2011
Diffstat (limited to 'community/atop')
-rw-r--r--community/atop/PKGBUILD20
1 files changed, 20 insertions, 0 deletions
diff --git a/community/atop/PKGBUILD b/community/atop/PKGBUILD
new file mode 100644
index 000000000..77de470b9
--- /dev/null
+++ b/community/atop/PKGBUILD
@@ -0,0 +1,20 @@
+# $Id: PKGBUILD 38572 2011-01-28 12:11:54Z spupykin $
+# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
+# Contributor: John Gerritse <john.gerritse@gmail.com>
+
+pkgname=atop
+pkgver=1.26
+pkgrel=1
+pkgdesc="A system and process level monitor."
+arch=(i686 x86_64)
+url="http://www.atoptool.nl/"
+license=('GPL')
+depends=('ncurses' 'sh' 'zlib')
+source=(http://www.atoptool.nl/download/atop-$pkgver.tar.gz)
+md5sums=('9a72baf4c8f330973f1e2703f5a6c041')
+
+build() {
+ cd $srcdir/$pkgname-$pkgver
+ make
+ make DESTDIR=$pkgdir INIPATH=/etc/rc.d install
+}