glances: update to 2.1

This commit is contained in:
Alessio Sergi 2014-09-16 13:16:15 +02:00
parent b0b4f95f17
commit 057bf1944e

View file

@ -1,18 +1,21 @@
# Template file for 'glances'
pkgname=glances
version=2.0.1
version=2.1
revision=1
noarch="yes"
noarch=yes
wrksrc="Glances-${version}"
build_style="python-module"
pycompile_module="glances"
hostmakedepends="git python-devel python-setuptools python-psutil"
makedepends="${hostmakedepends}"
depends="${makedepends/python-devel/}"
hostmakedepends="python-setuptools"
depends="${hostmakedepends} python-psutil"
maintainer="Steven R <dev@styez.com>"
homepage="https://github.com/nicolargo/glances"
license="LGPL-3"
short_desc="Cross-platform curses-based monitoring tool written in Python2"
short_desc="Cross-platform curses-based monitoring tool"
distfiles="${PYPI_SITE}/G/Glances/Glances-${version}.tar.gz"
checksum=86cfcb9d3976940b6cc68046d47b8c3fe7fc19a39747fbceca8cfe55d0f1cb32
do_fetch() {
git clone -b v${version} git://github.com/nicolargo/glances ${pkgname}-${version}
post_install() {
rm -rf ${DESTDIR}/usr/share/doc
vsconf ${wrksrc}/conf/glances.conf
}