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