From 32b05a621cb20af1bd4b7cd6f5609b7512bb20f1 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 29 Feb 2012 03:34:34 +0000 Subject: Wed Feb 29 03:34:34 UTC 2012 --- community/collectd/PKGBUILD | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'community/collectd') diff --git a/community/collectd/PKGBUILD b/community/collectd/PKGBUILD index c566a9a43..0e56fcb6b 100644 --- a/community/collectd/PKGBUILD +++ b/community/collectd/PKGBUILD @@ -1,16 +1,14 @@ -# $Id: PKGBUILD 63391 2012-02-01 06:31:42Z bisson $ +# $Id: PKGBUILD 66741 2012-02-28 02:31:36Z bisson $ # Maintainer: Gaetan Bisson # Contributor: Gerhard Brauer pkgname=collectd -pkgver=5.0.2 +pkgver=5.0.3 pkgrel=1 pkgdesc='Daemon which collects system performance statistics periodically' arch=('i686' 'x86_64') url='http://collectd.org/' license=('GPL') -options=('!libtool') -backup=('etc/collectd.conf') optdepends=('curl: apache, ascent, curl, nginx, and write_http plugins' 'libdbi: dbi plugin' @@ -45,11 +43,13 @@ source=("${url}files/${pkgname}-${pkgver}.tar.gz" 'rtnl_dump_filter.patch' 'libperl.patch' 'rc.d') -sha1sums=('96b2b2c285b2334d41b6ebb2a58acd28757e69fc' +sha1sums=('3af68f7dcc0de829ee41b2354da9655d96dda695' 'c92b8dacff0a71f2cc8645c2e350ff9bdc1cbd5f' '245c098d121a4a05594553583310953b3a2f6461' '0f441718d5519cb043b1130e5a1d0379078adbcc') +backup=('etc/collectd.conf') +options=('!libtool') install=install build() { @@ -74,6 +74,6 @@ package() { make DESTDIR="${pkgdir}" install - install -D -m 755 ../rc.d "${pkgdir}/etc/rc.d/${pkgname}" - install -D -m 644 contrib/collectd2html.pl "${pkgdir}"/usr/share/collectd/collectd2html.pl + install -Dm755 ../rc.d "${pkgdir}/etc/rc.d/${pkgname}" + install -Dm644 contrib/collectd2html.pl "${pkgdir}"/usr/share/collectd/collectd2html.pl } -- cgit v1.2.3-54-g00ecf