[arch-commits] Commit in glances/repos/community-any (PKGBUILD PKGBUILD)

Sébastien Luttringer seblu at nymeria.archlinux.org
Sat Jun 21 00:26:52 UTC 2014


    Date: Saturday, June 21, 2014 @ 02:26:52
  Author: seblu
Revision: 113379

archrelease: copy trunk to community-any

Added:
  glances/repos/community-any/PKGBUILD
    (from rev 113378, glances/trunk/PKGBUILD)
Deleted:
  glances/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   52 +++++++++++++++++++++++++++-------------------------
 1 file changed, 27 insertions(+), 25 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2014-06-21 00:26:37 UTC (rev 113378)
+++ PKGBUILD	2014-06-21 00:26:52 UTC (rev 113379)
@@ -1,25 +0,0 @@
-# $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=2.0
-pkgrel=2
-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'
-            'python-bottle: web server support'
-            'hddtemp: HDD temperature monitoring support')
-source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha256sums=('e7c719af8676caaefa70adff1e5ef856c3c97791e3171608eded6d95350f9d94')
-
-package() {
-  cd $pkgname-$pkgver
-  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: glances/repos/community-any/PKGBUILD (from rev 113378, glances/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2014-06-21 00:26:52 UTC (rev 113379)
@@ -0,0 +1,27 @@
+# $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=2.0
+pkgrel=3
+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'
+            'python-bottle: web server support'
+            'hddtemp: HDD temperature monitoring support')
+source=("https://pypi.python.org/packages/source/G/Glances/Glances-$pkgver.tar.gz")
+md5sums=('4073889587195386df476f826256b81b')
+
+package() {
+  cd Glances-$pkgver
+  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
+  # remove html doc
+  rm -r "$pkgdir/usr/share/doc/$pkgname"/{glances-doc.html,images}
+}
+
+# vim:set ts=2 sw=2 et:




More information about the arch-commits mailing list