glances: update to 2.1.1
This commit is contained in:
parent
9d5cf008cb
commit
8f6dc00d0d
1 changed files with 3 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'glances'
|
# Template file for 'glances'
|
||||||
pkgname=glances
|
pkgname=glances
|
||||||
version=2.1
|
version=2.1.1
|
||||||
revision=1
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
wrksrc="Glances-${version}"
|
wrksrc="Glances-${version}"
|
||||||
|
@ -8,12 +8,13 @@ build_style="python-module"
|
||||||
pycompile_module="glances"
|
pycompile_module="glances"
|
||||||
hostmakedepends="python-setuptools"
|
hostmakedepends="python-setuptools"
|
||||||
depends="${hostmakedepends} python-psutil"
|
depends="${hostmakedepends} python-psutil"
|
||||||
|
conf_files="/etc/glances/glances.conf"
|
||||||
maintainer="Steven R <dev@styez.com>"
|
maintainer="Steven R <dev@styez.com>"
|
||||||
homepage="https://github.com/nicolargo/glances"
|
homepage="https://github.com/nicolargo/glances"
|
||||||
license="LGPL-3"
|
license="LGPL-3"
|
||||||
short_desc="Cross-platform curses-based monitoring tool"
|
short_desc="Cross-platform curses-based monitoring tool"
|
||||||
distfiles="${PYPI_SITE}/G/Glances/Glances-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/G/Glances/Glances-${version}.tar.gz"
|
||||||
checksum=86cfcb9d3976940b6cc68046d47b8c3fe7fc19a39747fbceca8cfe55d0f1cb32
|
checksum=4a744ff0f8a89d6cf923d216a12f8e78efeda70dadf9eb15ab88e933d6d082fb
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
rm -rf ${DESTDIR}/usr/share/doc
|
rm -rf ${DESTDIR}/usr/share/doc
|
||||||
|
|
Loading…
Reference in a new issue