19 lines
753 B
Plaintext
19 lines
753 B
Plaintext
|
# Template file for 'cronie'
|
||
|
pkgname=cronie
|
||
|
version=1.2
|
||
|
distfiles="http://mmaslano.fedorapeople.org/cronie/cronie-$version.tar.gz"
|
||
|
build_style=gnu_configure
|
||
|
configure_args="--with-inotify --with-daemon_username=crond
|
||
|
--with-daemon_groupname=crond --without-selinux --with-pam"
|
||
|
short_desc="Runs specified programs at scheduled times"
|
||
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||
|
checksum=261280d0143f39643c1e4c6e1fcffc875c35ca6690e20dac99ef5da93ea9616e
|
||
|
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."
|
||
|
|
||
|
Add_dependency full glibc
|
||
|
Add_dependency full pam
|