From f3437969d0fec6fc3f6247836ed751b04e9cf6ec Mon Sep 17 00:00:00 2001 From: Eivind Uggedal Date: Wed, 22 Oct 2014 12:03:21 +0000 Subject: [PATCH] logrotate: update to 3.8.8. --- srcpkgs/logrotate/template | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) diff --git a/srcpkgs/logrotate/template b/srcpkgs/logrotate/template index 0ad9adce2a8..48ca40cf05a 100644 --- a/srcpkgs/logrotate/template +++ b/srcpkgs/logrotate/template @@ -1,7 +1,9 @@ # Template file for 'logrotate' pkgname=logrotate -version=3.8.7 +version=3.8.8 revision=1 +build_style=gnu-configure +hostmakedepends="automake libtool" makedepends="popt-devel" conf_files="/etc/logrotate.conf" short_desc="Log file rotation and periodic maintenance" @@ -9,18 +11,13 @@ maintainer="Juan RP " homepage="https://fedorahosted.org/logrotate/" license="GPL-2" distfiles="https://fedorahosted.org/releases/l/o/$pkgname/${pkgname}-${version}.tar.gz" -checksum=f6ba691f40e30e640efa2752c1f9499a3f9738257660994de70a45fe00d12b64 +checksum=46a1510ef4a1f4359edd5f361112cfd1523942e85ff28e6cbb0c81bad1829d0f -do_build() { - sed -i "s|CFLAGS = -Wall|CFLAGS += -Wall|" Makefile - sed -i 's|$(BASEDIR)/man|$(BASEDIR)/share/man|' Makefile - sed -i "s|/bin/\(g.*zip\)|/usr/bin/\1|g" config.h - make CPP=$CC ${makejobs} +pre_configure() { + ./autogen.sh } -do_install() { - make PREFIX=${DESTDIR} install - +post_install() { vconf ${FILESDIR}/logrotate.conf vinstall ${FILESDIR}/logrotate.cron-daily 744 etc/cron.daily logrotate }