mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
parent
41af05260f
commit
a1ef3375b5
1 changed files with 12 additions and 11 deletions
|
@ -1,12 +1,19 @@
|
||||||
# Template file for 'cronie'
|
# Template file for 'cronie'
|
||||||
pkgname=cronie
|
pkgname=cronie
|
||||||
version=1.5.1
|
version=1.5.2
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-inotify --without-selinux --with-pam
|
configure_args="--with-inotify --without-selinux --with-pam
|
||||||
--enable-anacron --enable-pie --enable-relro"
|
--enable-anacron --enable-pie --enable-relro"
|
||||||
makedepends="pam-devel"
|
makedepends="pam-devel"
|
||||||
depends="run-parts"
|
depends="run-parts"
|
||||||
|
short_desc="Runs specified programs at scheduled times"
|
||||||
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
|
license="BSD-2-Clause"
|
||||||
|
changelog="https://raw.githubusercontent.com/cronie-crond/cronie/master/NEWS"
|
||||||
|
homepage="https://github.com/cronie-crond/cronie"
|
||||||
|
distfiles="${homepage}/releases/download/cronie-${version}/cronie-${version}.tar.gz"
|
||||||
|
checksum=370bf34641691489330e708bd4cdbd779267296a030668a12f77b7e36872fd75
|
||||||
make_dirs="
|
make_dirs="
|
||||||
/etc/cron.d 0755 root root
|
/etc/cron.d 0755 root root
|
||||||
/etc/cron.hourly 0755 root root
|
/etc/cron.hourly 0755 root root
|
||||||
|
@ -17,16 +24,6 @@ make_dirs="
|
||||||
/var/spool/anacron 0755 root root"
|
/var/spool/anacron 0755 root root"
|
||||||
conf_files="/etc/anacrontab /etc/pam.d/crond /etc/cron.deny"
|
conf_files="/etc/anacrontab /etc/pam.d/crond /etc/cron.deny"
|
||||||
provides="cron-daemon-0_1"
|
provides="cron-daemon-0_1"
|
||||||
short_desc="Runs specified programs at scheduled times"
|
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|
||||||
homepage="https://github.com/cronie-crond/cronie"
|
|
||||||
license="BSD"
|
|
||||||
distfiles="${homepage}/releases/download/cronie-${version}/cronie-${version}.tar.gz"
|
|
||||||
checksum=6c73666102a6b5d35e2eaf1bd06925f2d4b0cef8d3323c37286dda3089a85338
|
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
|
||||||
*-musl) makedepends+=" musl-obstack" ;;
|
|
||||||
esac
|
|
||||||
|
|
||||||
alternatives="
|
alternatives="
|
||||||
crond:crond:/etc/sv/cronie
|
crond:crond:/etc/sv/cronie
|
||||||
|
@ -36,6 +33,10 @@ alternatives="
|
||||||
crond:crond.8:/usr/share/man/man8/cronie-crond.8
|
crond:crond.8:/usr/share/man/man8/cronie-crond.8
|
||||||
"
|
"
|
||||||
|
|
||||||
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
|
*-musl) makedepends+=" musl-obstack" ;;
|
||||||
|
esac
|
||||||
|
|
||||||
pre_build() {
|
pre_build() {
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
*-musl) sed -i Makefile */Makefile -e "s; -lpam; -lobstack&;" ;;
|
*-musl) sed -i Makefile */Makefile -e "s; -lpam; -lobstack&;" ;;
|
||||||
|
|
Loading…
Add table
Reference in a new issue