New package: dstat-0.7.2

This commit is contained in:
Christian Neukirchen 2014-07-14 00:35:59 +02:00
parent fbda9ea710
commit af3d31b4e7

17
srcpkgs/dstat/template Normal file
View file

@ -0,0 +1,17 @@
# Template file for 'dstat'
pkgname=dstat
version=0.7.2
revision=1
noarch=yes
makedepends="python"
depends="$makedepends"
short_desc="Versatile tool for generating system resource statistics"
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
license="GPL-2"
homepage="http://dag.wiee.rs/home-made/dstat/"
distfiles="http://dag.wiee.rs/home-made/${pkgname}/${pkgname}-${version}.tar.bz2"
checksum=34a986d9d7c028bd9dcb6b2ef1c740f7220de5c9cf976870a2b62aca23b33bae
do_install() {
make install DESTDIR=$DESTDIR
}