logrotate: update to 3.11.0, moved to github, fedorahosted.org is dead
This commit is contained in:
parent
b12ee39abc
commit
f32e8d497f
1 changed files with 5 additions and 8 deletions
|
@ -1,20 +1,17 @@
|
|||
# Template file for 'logrotate'
|
||||
pkgname=logrotate
|
||||
version=3.9.1
|
||||
revision=2
|
||||
version=3.11.0
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--sbindir=/usr/bin"
|
||||
hostmakedepends="automake libtool"
|
||||
makedepends="acl-devel popt-devel"
|
||||
conf_files="/etc/logrotate.conf"
|
||||
short_desc="Log file rotation and periodic maintenance"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
homepage="https://fedorahosted.org/logrotate/"
|
||||
license="GPL-2"
|
||||
distfiles="https://fedorahosted.org/releases/l/o/$pkgname/${pkgname}-${version}.tar.gz"
|
||||
checksum=022769e3288c80981559a8421703c88e8438b447235e36dd3c8e97cd94c52545
|
||||
|
||||
CFLAGS="-Wno-error"
|
||||
homepage="https://github.com/logrotate/logrotate"
|
||||
distfiles="${homepage}/releases/download/${version}/logrotate-${version}.tar.xz"
|
||||
checksum=18ae0f2ec1f14d9550c9f6bd9a2b6a18440e6a0fd7d5923a6e3fcb7d45946261
|
||||
|
||||
pre_configure() {
|
||||
./autogen.sh
|
||||
|
|
Loading…
Reference in a new issue