Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=gcc6.git;a=commitdiff;h=e31d3e5716f8eac8b1af09748626dad5a060d052

commit e31d3e5716f8eac8b1af09748626dad5a060d052
Author: crazy <cr...@frugalware.org>
Date:   Thu Sep 15 01:32:54 2016 +0200

dcron-4.5-7-x86_64
* rebuild with tc
* fix man PATH
* correct some things in build()

diff --git a/source/base/dcron/FrugalBuild b/source/base/dcron/FrugalBuild
index 761b34a..f763163 100644
--- a/source/base/dcron/FrugalBuild
+++ b/source/base/dcron/FrugalBuild
@@ -4,12 +4,13 @@

pkgname=dcron
pkgver=4.5
-pkgrel=6
+pkgrel=7
pkgdesc="Dillon's Cron daemon"
url="http://www.jimpryor.net/linux/dcron.html";
-depends=('systemd>=227-10' 'psmisc>=22.21-3')
+depends=('psmisc>=22.21-4')
+rodepends=('systemd>=227-10')
groups=('base')
-archs=('i686' 'x86_64' 'arm')
+archs=('i686' 'x86_64')
backup=(var/spool/cron/crontabs/root)
up2date="Flasttar $url"
source=(http://www.jimpryor.net/linux/releases/dcron-$pkgver.tar.gz \
@@ -26,13 +27,12 @@ sha1sums=('a1ca54820386d45dab6f7726482fa1aeddaa248f' \
build()
{
Fsed '/usr/local' '/usr' Makefile
-       Fmkdir /etc/rc.d /etc/cron.{d,hourly,daily,weekly,monthly}
-       Fmkdir /usr/{{s,}bin,man/man{1,8}}
+       Fmkdir /etc/cron.{d,hourly,daily,weekly,monthly}
Fbuild
Ffileschmod /usr/bin o+rx # users outside wheel can have a crontab
Finstall 600 /var/spool/cron/crontabs/root
Fexe /usr/bin/run-parts
-       Ffile /usr/man/man8/run-parts.8
+       Ffile /usr/share/man/man8/run-parts.8
Ffilerel extra/crond.service /lib/systemd/system/crond.service
Fgenscriptlet
}
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to