dcron: fix upstream URL
This commit is contained in:
parent
dd4e39bf2d
commit
fe116ea276
1 changed files with 9 additions and 6 deletions
|
@ -1,15 +1,16 @@
|
||||||
# Template file for 'dcron'
|
# Template file for 'dcron'
|
||||||
pkgname=dcron
|
pkgname=dcron
|
||||||
version=4.5
|
version=4.5
|
||||||
revision=32
|
revision=33
|
||||||
conf_files="/var/spool/cron/root"
|
conf_files="/var/spool/cron/root"
|
||||||
provides="cron-daemon-0_1"
|
|
||||||
short_desc="Dillon's lightweight cron daemon"
|
short_desc="Dillon's lightweight cron daemon"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
homepage="http://www.jimpryor.net/linux/dcron.html"
|
license="GPL-2.0-only"
|
||||||
license="GPL-2"
|
homepage="https://github.com/dubiousjim/dcron"
|
||||||
distfiles="http://www.jimpryor.net/linux/releases/dcron-${version}.tar.gz"
|
changelog="https://raw.githubusercontent.com/dubiousjim/dcron/v${version}/CHANGELOG"
|
||||||
checksum=9e50edb6f5bd8153b16bad05087d985e5153ce45cc01ae77e7f842213fb4a824
|
distfiles="https://github.com/dubiousjim/dcron/archive/v${version}.tar.gz"
|
||||||
|
checksum=7c047194b9339b781971b000bf5512c11e856d20a14fe5323d5a1823f04c2a3f
|
||||||
|
provides="cron-daemon-0_1"
|
||||||
|
|
||||||
alternatives="
|
alternatives="
|
||||||
crond:crond:/etc/sv/dcron
|
crond:crond:/etc/sv/dcron
|
||||||
|
@ -30,11 +31,13 @@ make_dirs="
|
||||||
do_configure() {
|
do_configure() {
|
||||||
sed -i 's,-[og] root,,g' Makefile
|
sed -i 's,-[og] root,,g' Makefile
|
||||||
}
|
}
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
make CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" \
|
make CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" \
|
||||||
PREFIX=/usr CRONTAB_GROUP=$(whoami) CRONTABS=/var/spool/cron \
|
PREFIX=/usr CRONTAB_GROUP=$(whoami) CRONTABS=/var/spool/cron \
|
||||||
CRONSTAMPS=/var/spool/cronstamps ${makejobs}
|
CRONSTAMPS=/var/spool/cronstamps ${makejobs}
|
||||||
}
|
}
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
make SBINDIR=/usr/bin DESTDIR=${DESTDIR} install
|
make SBINDIR=/usr/bin DESTDIR=${DESTDIR} install
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue