Source-Makefile: feeds/packages/utils/logrotate/Makefile

Package: logrotate
Menu: 1
Version: 3.17.0-1
Depends: +libc +USE_GLIBC:librt +USE_GLIBC:libpthread +libpopt +LOGROTATE_ACL:libacl
Conflicts: 
Menu-Depends: 
Provides: 
Section: utils
Category: Utilities
Repository: base
Title: rotates, compresses, and mails system logs
Maintainer: Christian Beier <cb@shoutrlabs.com>
Source: logrotate-3.17.0.tar.xz
License: GPL-2.0-or-later
LicenseFiles: COPYING
Type: ipkg
Description:  logrotate is designed to ease administration of systems that generate large
 numbers of log files. It allows auto-matic rotation, compression, removal and
 mailing of log files. Each log file may be handled daily, weekly, monthly or
 when it grows too large.
https://github.com/logrotate/logrotate
Christian Beier <cb@shoutrlabs.com>
@@
Config:
	if PACKAGE_logrotate
		config LOGROTATE_ACL
			bool
			prompt "Enable ACL support"
			default y if USE_FS_ACL_ATTR
	endif
@@


