glances: misc tweak; rev bump.
This commit is contained in:
parent
c6be0d7823
commit
48879ad905
1 changed files with 9 additions and 8 deletions
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue