diff options
Diffstat (limited to 'community/collectd/PKGBUILD')
-rw-r--r-- | community/collectd/PKGBUILD | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/community/collectd/PKGBUILD b/community/collectd/PKGBUILD index 6dc54a8db..c566a9a43 100644 --- a/community/collectd/PKGBUILD +++ b/community/collectd/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 61911 2012-01-10 16:09:29Z foutrelis $ +# $Id: PKGBUILD 63391 2012-02-01 06:31:42Z bisson $ # Maintainer: Gaetan Bisson <bisson@archlinux.org> # Contributor: Gerhard Brauer <gerhard.brauer@web.de> pkgname=collectd -pkgver=5.0.1 -pkgrel=2 +pkgver=5.0.2 +pkgrel=1 pkgdesc='Daemon which collects system performance statistics periodically' arch=('i686' 'x86_64') url='http://collectd.org/' @@ -39,13 +39,15 @@ makedepends=('curl' 'libdbi' 'libesmtp' 'libgcrypt' 'iptables' 'libmemcached' 'libpcap' 'postgresql-libs' 'python2' 'rrdtool' 'lm_sensors' 'libvirt' 'libxml2' 'xmms' 'yajl') -depends=('libtool') +depends=('libltdl') source=("${url}files/${pkgname}-${pkgver}.tar.gz" + 'rtnl_dump_filter.patch' 'libperl.patch' 'rc.d') -sha1sums=('ec1bf97d21a27d9b53b20f7dc4fb61441b4e42e0' - 'b17793f0e7e2c94079257349a1bac7ba8d94e4a3' +sha1sums=('96b2b2c285b2334d41b6ebb2a58acd28757e69fc' + 'c92b8dacff0a71f2cc8645c2e350ff9bdc1cbd5f' + '245c098d121a4a05594553583310953b3a2f6461' '0f441718d5519cb043b1130e5a1d0379078adbcc') install=install @@ -53,6 +55,7 @@ install=install build() { cd "${srcdir}/${pkgname}-${pkgver}" + patch -p1 -i ../rtnl_dump_filter.patch patch -p1 -i ../libperl.patch autoconf |