glances: update to 2.4.1
This commit is contained in:
parent
9f2ee28094
commit
1017e86c45
|
@ -1,20 +1,19 @@
|
||||||
# Template file for 'glances'
|
# Template file for 'glances'
|
||||||
pkgname=glances
|
pkgname=glances
|
||||||
version=2.3
|
version=2.4.1
|
||||||
revision=1
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
wrksrc="Glances-${version}"
|
wrksrc="Glances-${version}"
|
||||||
build_style="python-module"
|
build_style=python-module
|
||||||
pycompile_module="glances"
|
|
||||||
hostmakedepends="python-setuptools"
|
hostmakedepends="python-setuptools"
|
||||||
depends="${hostmakedepends} python-psutil"
|
depends="${hostmakedepends} python-psutil"
|
||||||
conf_files="/etc/glances/glances.conf"
|
pycompile_module="glances"
|
||||||
|
short_desc="Cross-platform curses-based monitoring tool"
|
||||||
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
maintainer="Alessio Sergi <al3hex@gmail.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"
|
|
||||||
distfiles="${PYPI_SITE}/G/Glances/Glances-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/G/Glances/Glances-${version}.tar.gz"
|
||||||
checksum=b56bb17505b72862358b2d31b6b9a7c0f9045105454d1de0ffed416ad2883612
|
checksum=31e42b4c54fa314d19d5ecc1e724369e26f133ed9c3bff836eec51ee5231eb52
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
rm -rf ${DESTDIR}/usr/share/doc
|
rm -rf ${DESTDIR}/usr/share/doc
|
||||||
|
|
Loading…
Reference in New Issue