diff options
author | root <root@rshg054.dnsready.net> | 2012-06-21 00:01:36 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-06-21 00:01:36 +0000 |
commit | 6d22541bcebb7236bedfb98a96d5a1292072e86c (patch) | |
tree | 1656959d3d65b061d69d74cef6b740dbc3476683 /extra/bootchart | |
parent | 530e6e88786befa5d1bcd569e480f1b9fec5b102 (diff) |
Thu Jun 21 00:01:36 UTC 2012
Diffstat (limited to 'extra/bootchart')
-rw-r--r-- | extra/bootchart/PKGBUILD | 16 | ||||
-rw-r--r-- | extra/bootchart/README.patch | 25 |
2 files changed, 32 insertions, 9 deletions
diff --git a/extra/bootchart/PKGBUILD b/extra/bootchart/PKGBUILD index 9a48b1b01..d47022c99 100644 --- a/extra/bootchart/PKGBUILD +++ b/extra/bootchart/PKGBUILD @@ -1,27 +1,25 @@ -# $Id: PKGBUILD 154945 2012-03-31 14:17:08Z tomegun $ +# $Id: PKGBUILD 162073 2012-06-19 12:43:38Z tomegun $ # Maintainer: Tom Gundersen <teg@jklm.no> pkgname="bootchart" -pkgver=1.16 +pkgver=1.18 pkgrel=1 pkgdesc="A 'startup' graphing tool" url="https://meego.gitorious.org/meego-developer-tools/bootchart" license=('GPL2') arch=(i686 x86_64) depends=('glibc') -source=("http://foo-projects.org/~sofar/${pkgname}/${pkgname}-${pkgver}.tar.gz" - 'build.patch') +source=("http://foo-projects.org/~sofar/${pkgname}/${pkgname}-${pkgver}.tar.gz") build() { cd "${srcdir}/${pkgname}-${pkgver}" - patch -p1 -i ../build.patch - - make + ./configure --prefix=/usr --sbindir=/usr/bin + + make } package() { cd "$srcdir/${pkgname}-${pkgver}" make DESTDIR="${pkgdir}" install } -md5sums=('d563854bdbf0f0de821406881164a607' - '381f1375d5563ced806a5bbe7b2efd8e') +md5sums=('55a29d62efe0579710b7e502b41a109b') diff --git a/extra/bootchart/README.patch b/extra/bootchart/README.patch new file mode 100644 index 000000000..195052d0a --- /dev/null +++ b/extra/bootchart/README.patch @@ -0,0 +1,25 @@ +From 4d34b379411f781a494b4775260d550ff61e22e4 Mon Sep 17 00:00:00 2001 +From: Tom Gundersen <teg@jklm.no> +Date: Fri, 16 Mar 2012 01:34:10 +0100 +Subject: [PATCH] README: point to the correct location of the binary + +--- + README | 2 +- + 1 file changed, 1 insertions(+), 1 deletions(-) + +diff --git a/README b/README +index fa1d730..1906abb 100644 +--- a/README ++++ b/README +@@ -6,7 +6,7 @@ Bootchart - a 'startup' graphing tool + 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=/sbin/bootchartd" to the kernel. Bootchart will then fork ++by passing "init=/usr/bin/bootchartd" to the kernel. Bootchart will then fork + init off to resume normal system startup, while monitoring and logging + startup information in the background. + +-- +1.7.9.5 + |