cronie: switch to /usr.

This commit is contained in:
Juan RP 2012-07-09 18:16:21 +02:00
parent a15869d17f
commit b438740aa1

View file

@ -1,8 +1,7 @@
# Template file for 'cronie'
pkgname=cronie
version=1.4.8
revision=11
distfiles="https://fedorahosted.org/releases/c/r/cronie/cronie-$version.tar.gz"
revision=12
build_style=gnu-configure
configure_args="--with-inotify --without-selinux --with-pam --disable-anacron
--localstatedir=/var"
@ -12,6 +11,7 @@ short_desc="Runs specified programs at scheduled times"
maintainer="Juan RP <xtraeme@gmail.com>"
homepage="https://fedorahosted.org/cronie/"
license="BSD"
distfiles="https://fedorahosted.org/releases/c/r/cronie/cronie-$version.tar.gz"
checksum=a3b910876f255712f1a5c364b74f34b0ceac9f6f3bbc45e854c5722785f513b3
long_desc="
Cronie contains the standard UNIX daemon crond that runs specified programs at
@ -19,21 +19,18 @@ long_desc="
has security and configuration enhancements like the ability to use PAM and
SELinux."
build_requires=11
conf_files="/etc/crontab /etc/pam.d/crond /etc/cron.deny"
systemd_services="cronie.service on"
provides="cron-daemon-0"
replaces="cron-daemon>=0"
post_install()
{
post_install() {
install -d ${DESTDIR}/etc/cron.{d,hourly,daily,weekly,monthly}
touch ${DESTDIR}/etc/cron.{d,hourly,daily,weekly,monthly}/.owned
vmkdir var/spool/cron
touch ${DESTDIR}/var/spool/cron/.owned
vinstall ${FILESDIR}/cronie.service 644 lib/systemd/system
vinstall ${FILESDIR}/cronie.service 644 usr/lib/systemd/system
vinstall ${FILESDIR}/crontab 644 etc
vinstall ${FILESDIR}/crond.logrotate 644 etc/logrotate.d crond
rm -f ${DESTDIR}/etc/pam.d/crond