New package: bootchart-1.20.

This commit is contained in:
Juan RP 2012-11-06 13:07:08 +01:00
parent 8cf149f288
commit 8e77bf0dd7
2 changed files with 20 additions and 0 deletions

View file

@ -0,0 +1,2 @@
librt.so.1
libc.so.6

View file

@ -0,0 +1,18 @@
# Template file for 'bootchart'
pkgname=bootchart
version=1.20
revision=1
build_style=gnu-configure
short_desc="Startup graphing tool"
maintainer="Juan RP <xtraeme@gmail.com>"
license="GPL-2"
homepage="https://github.com/sofar/bootchart"
distfiles="http://foo-projects.org/~sofar/bootchart/bootchart-${version}.tar.gz"
checksum="abce2fe0483ee23a522200fd630d7f288a337117c078dfaa220e1c55cdc2e896"
long_desc="
Bootchart is a tool, usually run at system startup, that collects and graphs
the CPU and disk load of the system as it works. The output of bootchart is
an SVG graph. Normally, bootchart is invoked as bootchartd by the kernel
by passing \"init=/usr/sbin/bootchartd\" to the kernel. Bootchart will then fork
init off to resume normal system startup, while monitoring and logging
startup information in the background."