mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
fcron: rebuild for libxcrypt
This commit is contained in:
parent
aa37c5709c
commit
0769d123f9
1 changed files with 5 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'fcron'
|
# Template file for 'fcron'
|
||||||
pkgname=fcron
|
pkgname=fcron
|
||||||
version=3.3.1
|
version=3.3.1
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="
|
configure_args="
|
||||||
--sysconfdir=/etc/fcron
|
--sysconfdir=/etc/fcron
|
||||||
|
@ -32,6 +32,10 @@ homepage="http://fcron.free.fr"
|
||||||
distfiles="$homepage/archives/$pkgname-$version.src.tar.gz"
|
distfiles="$homepage/archives/$pkgname-$version.src.tar.gz"
|
||||||
checksum=f359daa08a63ddfb7fe2f964bb3f5c52244c25aa36f9225a3cc54d36f4681106
|
checksum=f359daa08a63ddfb7fe2f964bb3f5c52244c25aa36f9225a3cc54d36f4681106
|
||||||
|
|
||||||
|
if [ "$XBPS_TARGET_LIBC" = "glibc" ]; then
|
||||||
|
makedepends+=" libxcrypt-devel"
|
||||||
|
fi
|
||||||
|
|
||||||
alternatives="
|
alternatives="
|
||||||
crond:crond:/etc/sv/fcron
|
crond:crond:/etc/sv/fcron
|
||||||
crond:crontab:/usr/bin/fcrontab
|
crond:crontab:/usr/bin/fcrontab
|
||||||
|
|
Loading…
Add table
Reference in a new issue