diff options
author | root <root@rshg054.dnsready.net> | 2012-02-29 03:34:34 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-02-29 03:34:34 +0000 |
commit | 32b05a621cb20af1bd4b7cd6f5609b7512bb20f1 (patch) | |
tree | 60ba7e9c94b5ea69643a2022cd2ff890958da0f9 /community/collectd/PKGBUILD | |
parent | 1f567a9d58d16b76320168f0624aa55bd6320284 (diff) |
Wed Feb 29 03:34:34 UTC 2012
Diffstat (limited to 'community/collectd/PKGBUILD')
-rw-r--r-- | community/collectd/PKGBUILD | 14 |
1 files changed, 7 insertions, 7 deletions
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 <bisson@archlinux.org> # Contributor: Gerhard Brauer <gerhard.brauer@web.de> 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 } |