cronie: switch to /usr.

This commit is contained in:
Juan RP 2012-07-09 18:16:21 +02:00
parent a15869d17f
commit b438740aa1
1 changed files with 4 additions and 7 deletions

View File

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