diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-06-08 05:12:27 -0300 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-06-28 14:55:52 +0000 |
commit | 5ddfe69a8b5c2c8426c832323b07da915c3963dc (patch) | |
tree | e93d1d644595595297a4a46168731d18e72e442d /community/collectd/APKBUILD | |
parent | 62ed27bdb2050d65220830b0cc5415c1860537b0 (diff) | |
download | aports-5ddfe69a8b5c2c8426c832323b07da915c3963dc.tar.bz2 aports-5ddfe69a8b5c2c8426c832323b07da915c3963dc.tar.xz |
community/collectd: rebuild for community
Diffstat (limited to 'community/collectd/APKBUILD')
-rw-r--r-- | community/collectd/APKBUILD | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/community/collectd/APKBUILD b/community/collectd/APKBUILD index 6d99289bda..c54a05c902 100644 --- a/community/collectd/APKBUILD +++ b/community/collectd/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=collectd pkgver=5.8.1 -pkgrel=0 +pkgrel=1 pkgdesc="The system statistics collection daemon" url="https://collectd.org" arch="all" @@ -29,23 +29,18 @@ source="https://collectd.org/files/collectd-$pkgver.tar.bz2 gnu_source.patch " -builddir="$srcdir"/$pkgname-$pkgver # security fixes: # 5.5.2-r0: # - CVE-2016-6254 prepare() { - cd "$builddir" - default_prepare autoreconf -vif } build() { - cd "$builddir" - ./configure \ --build=$CBUILD \ --host=$CHOST \ @@ -70,13 +65,10 @@ build() { } check() { - cd "$builddir" - make check } package() { - cd "$builddir" make DESTDIR="$pkgdir" install chown root:collectd "$pkgdir"/etc/collectd/collectd.conf find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete |