glances: misc tweak; rev bump.

This commit is contained in:
wertyi48 2014-02-22 18:34:47 -04:00
parent c6be0d7823
commit 48879ad905

View file

@ -1,17 +1,18 @@
# Template file for 'glances' # Template file for 'glances'
pkgname=glances pkgname=glances
version=1.7.4 version=1.7.4
revision=1 revision=2
noarch="yes"
create_srcdir="yes"
distfiles="https://github.com/nicolargo/glances/archive/v${version}.tar.gz" distfiles="https://github.com/nicolargo/glances/archive/v${version}.tar.gz"
checksum="20960b5f191bc86e6184d937940f00a62100eb51388bcdeb233f30c809b0f1a6" checksum="20960b5f191bc86e6184d937940f00a62100eb51388bcdeb233f30c809b0f1a6"
build_style="python-module" build_style="python-module"
hostmakedepends="python-devel"
makedepends="python-distribute"
depends="python python-psutil ${makedepends}"
pycompile_module="glances" pycompile_module="glances"
maintainer="Steven R <strob AT styez DOT com>" hostmakedepends="python-devel python-distribute"
makedepends="${hostmakedepends}"
depends="python python-psutil python-distribute"
maintainer="Steven R <dev@styez.com>"
homepage="https://github.com/nicolargo/glances" homepage="https://github.com/nicolargo/glances"
license="LGPL3" license="LGPL-3"
short_desc="Cross-platform curses-based monitoring tool written in Python" short_desc="Cross-platform curses-based monitoring tool written in Python"
noarch="yes"
create_srcdir="yes"