mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-03 03:13:03 +02:00
parent
42376a351f
commit
40001057ee
1 changed files with 3 additions and 7 deletions
|
@ -1,21 +1,17 @@
|
||||||
# Template file for 'logrotate'
|
# Template file for 'logrotate'
|
||||||
pkgname=logrotate
|
pkgname=logrotate
|
||||||
version=3.13.0
|
version=3.14.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="automake libtool"
|
|
||||||
makedepends="acl-devel popt-devel"
|
makedepends="acl-devel popt-devel"
|
||||||
conf_files="/etc/logrotate.conf"
|
conf_files="/etc/logrotate.conf"
|
||||||
short_desc="Log file rotation and periodic maintenance"
|
short_desc="Log file rotation and periodic maintenance"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="GPL-2"
|
license="GPL-2.0-or-later"
|
||||||
homepage="https://github.com/logrotate/logrotate"
|
homepage="https://github.com/logrotate/logrotate"
|
||||||
distfiles="${homepage}/releases/download/${version}/logrotate-${version}.tar.xz"
|
distfiles="${homepage}/releases/download/${version}/logrotate-${version}.tar.xz"
|
||||||
checksum=3222ca032f99be8d7a4a8c6ad69f3dcc49b9511bfe384bd5a271ebcd9bd3e52c
|
checksum=4703bdc0e2df3b322f9dff0aafc99aa9172c9e4acae28b7c924cc7d4e5b29d55
|
||||||
|
|
||||||
pre_configure() {
|
|
||||||
./autogen.sh
|
|
||||||
}
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vconf ${FILESDIR}/logrotate.conf
|
vconf ${FILESDIR}/logrotate.conf
|
||||||
vinstall ${FILESDIR}/logrotate.cron-daily 744 etc/cron.daily logrotate
|
vinstall ${FILESDIR}/logrotate.cron-daily 744 etc/cron.daily logrotate
|
||||||
|
|
Loading…
Add table
Reference in a new issue