[arch-commits] Commit in glances/repos (2 files)

Sébastien Luttringer seblu at nymeria.archlinux.org
Thu May 15 22:15:54 UTC 2014


    Date: Friday, May 16, 2014 @ 00:15:54
  Author: seblu
Revision: 111262

archrelease: copy trunk to community-testing-any

Added:
  glances/repos/community-testing-any/
  glances/repos/community-testing-any/PKGBUILD
    (from rev 111261, glances/trunk/PKGBUILD)

----------+
 PKGBUILD |   24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

Copied: glances/repos/community-testing-any/PKGBUILD (from rev 111261, glances/trunk/PKGBUILD)
===================================================================
--- community-testing-any/PKGBUILD	                        (rev 0)
+++ community-testing-any/PKGBUILD	2014-05-15 22:15:54 UTC (rev 111262)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Sébastien Luttringer <seblu at archlinux.org>
+# Contributor: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
+# Contributor: Francois Boulogne <fboulogne at april dot org>
+
+pkgname=glances
+pkgver=1.7.7
+pkgrel=1
+pkgdesc='CLI curses-based monitoring tool'
+arch=('any')
+url='https://github.com/nicolargo/glances'
+license=('LGPL')
+depends=('python' 'python-psutil' 'python-setuptools')
+optdepends=('python-jinja: HTML export'
+            'hddtemp: HDD temperature monitoring support')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
+sha256sums=('13c783333d4223040120f32665195694413f52a240cebfff48c154ca769efeff')
+
+package() {
+  cd $pkgname-$pkgver
+  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:




More information about the arch-commits mailing list