From 8e77bf0dd7dd4baac498a96df30458d3ce50d926 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Tue, 6 Nov 2012 13:07:08 +0100 Subject: [PATCH] New package: bootchart-1.20. --- srcpkgs/bootchart/bootchart.rshlibs | 2 ++ srcpkgs/bootchart/template | 18 ++++++++++++++++++ 2 files changed, 20 insertions(+) create mode 100644 srcpkgs/bootchart/bootchart.rshlibs create mode 100644 srcpkgs/bootchart/template diff --git a/srcpkgs/bootchart/bootchart.rshlibs b/srcpkgs/bootchart/bootchart.rshlibs new file mode 100644 index 00000000000..f7df7fcad1c --- /dev/null +++ b/srcpkgs/bootchart/bootchart.rshlibs @@ -0,0 +1,2 @@ +librt.so.1 +libc.so.6 diff --git a/srcpkgs/bootchart/template b/srcpkgs/bootchart/template new file mode 100644 index 00000000000..48da79e00f8 --- /dev/null +++ b/srcpkgs/bootchart/template @@ -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 " +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."