cronie: rebuild for -dbg pkg; cross build support.
This commit is contained in:
parent
2926bfe8b7
commit
37af1789bd
1 changed files with 3 additions and 7 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'cronie'
|
# Template file for 'cronie'
|
||||||
pkgname=cronie
|
pkgname=cronie
|
||||||
version=1.4.9
|
version=1.4.9
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-inotify --without-selinux --with-pam
|
configure_args="--with-inotify --without-selinux --with-pam
|
||||||
--disable-anacron --localstatedir=/var --enable-pie --enable-relro"
|
--disable-anacron --localstatedir=/var --enable-pie --enable-relro"
|
||||||
|
@ -11,14 +11,10 @@ homepage="https://fedorahosted.org/cronie/"
|
||||||
license="BSD"
|
license="BSD"
|
||||||
distfiles="https://fedorahosted.org/releases/c/r/cronie/cronie-$version.tar.gz"
|
distfiles="https://fedorahosted.org/releases/c/r/cronie/cronie-$version.tar.gz"
|
||||||
checksum=bd7f6f118460c452bd1217a24b80fd3c000425d3de28731b98354a81a2133e92
|
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"
|
makedepends="pam-devel"
|
||||||
fulldepends="run-parts"
|
depends="run-parts"
|
||||||
|
crossmakedepends="pam-devel"
|
||||||
|
|
||||||
conf_files="/etc/crontab /etc/pam.d/crond /etc/cron.deny"
|
conf_files="/etc/crontab /etc/pam.d/crond /etc/cron.deny"
|
||||||
systemd_services="cronie.service on"
|
systemd_services="cronie.service on"
|
||||||
|
|
Loading…
Reference in a new issue