From 37af1789bd57624a882c79f63d2d2be6ff8f77de Mon Sep 17 00:00:00 2001 From: Juan RP Date: Fri, 15 Feb 2013 16:58:45 +0100 Subject: [PATCH] cronie: rebuild for -dbg pkg; cross build support. --- srcpkgs/cronie/template | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/srcpkgs/cronie/template b/srcpkgs/cronie/template index 718e8226c0..94601b06bb 100644 --- a/srcpkgs/cronie/template +++ b/srcpkgs/cronie/template @@ -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"