2013-08-04 01:58:35 +02:00
|
|
|
# Template file for 'glances'
|
|
|
|
pkgname=glances
|
2015-05-29 20:04:02 +02:00
|
|
|
version=2.4.2
|
2014-09-08 14:55:55 +02:00
|
|
|
revision=1
|
2014-09-16 13:16:15 +02:00
|
|
|
noarch=yes
|
|
|
|
wrksrc="Glances-${version}"
|
2015-05-21 09:17:55 +02:00
|
|
|
build_style=python-module
|
2014-09-16 13:16:15 +02:00
|
|
|
hostmakedepends="python-setuptools"
|
|
|
|
depends="${hostmakedepends} python-psutil"
|
2015-05-21 09:17:55 +02:00
|
|
|
pycompile_module="glances"
|
|
|
|
short_desc="Cross-platform curses-based monitoring tool"
|
2014-11-21 13:24:24 +01:00
|
|
|
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
2013-08-04 01:58:35 +02:00
|
|
|
homepage="https://github.com/nicolargo/glances"
|
2014-02-22 23:34:47 +01:00
|
|
|
license="LGPL-3"
|
2014-09-16 13:16:15 +02:00
|
|
|
distfiles="${PYPI_SITE}/G/Glances/Glances-${version}.tar.gz"
|
2015-05-29 20:04:02 +02:00
|
|
|
checksum=31f1e4c2e129904a373f3b20d6800472375e415e01161168469ccebb320c9517
|
2014-06-18 16:53:54 +02:00
|
|
|
|
2014-09-16 13:16:15 +02:00
|
|
|
post_install() {
|
|
|
|
rm -rf ${DESTDIR}/usr/share/doc
|
|
|
|
vsconf ${wrksrc}/conf/glances.conf
|
2014-06-18 16:53:54 +02:00
|
|
|
}
|