cronie: rebuild for -dbg pkg; cross build support.
This commit is contained in:
parent
2926bfe8b7
commit
37af1789bd
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'cronie'
|
||||
pkgname=cronie
|
||||
version=1.4.9
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
configure_args="--with-inotify --without-selinux --with-pam
|
||||
--disable-anacron --localstatedir=/var --enable-pie --enable-relro"
|
||||
|
@ -11,14 +11,10 @@ homepage="https://fedorahosted.org/cronie/"
|
|||
license="BSD"
|
||||
distfiles="https://fedorahosted.org/releases/c/r/cronie/cronie-$version.tar.gz"
|
||||
checksum=bd7f6f118460c452bd1217a24b80fd3c000425d3de28731b98354a81a2133e92
|
||||
long_desc="
|
||||
Cronie contains the standard UNIX daemon crond that runs specified programs at
|
||||
scheduled times and related tools. It is based on the original cron and
|
||||
has security and configuration enhancements like the ability to use PAM and
|
||||
SELinux."
|
||||
|
||||
makedepends="pam-devel"
|
||||
fulldepends="run-parts"
|
||||
depends="run-parts"
|
||||
crossmakedepends="pam-devel"
|
||||
|
||||
conf_files="/etc/crontab /etc/pam.d/crond /etc/cron.deny"
|
||||
systemd_services="cronie.service on"
|
||||
|
|
Loading…
Reference in New Issue