summaryrefslogtreecommitdiff
path: root/community/fcron/PKGBUILD
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2013-01-29 11:08:24 +0100
committerMichał Masłowski <mtjm@mtjm.eu>2013-01-29 11:08:24 +0100
commitbf57d1e5a2a6f53ec61f15f32571940a9eb56ac7 (patch)
treeb38e9c719501ca5196d4d7911cdef911c2fff54b /community/fcron/PKGBUILD
parent7d9481bb12f77bde4df2e923b4e932773b8d74f9 (diff)
parent2cb7f65fb24926493d457f6931e421e27aa629da (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts: community/bitcoin/PKGBUILD community/fcron/PKGBUILD community/glob2/PKGBUILD community/gnash/PKGBUILD core/file/PKGBUILD core/findutils/PKGBUILD core/texinfo/PKGBUILD core/which/PKGBUILD extra/boost/PKGBUILD extra/libpst/PKGBUILD extra/mkvtoolnix/PKGBUILD extra/samba/PKGBUILD libre/linux-libre/PKGBUILD
Diffstat (limited to 'community/fcron/PKGBUILD')
-rw-r--r--community/fcron/PKGBUILD23
1 files changed, 14 insertions, 9 deletions
diff --git a/community/fcron/PKGBUILD b/community/fcron/PKGBUILD
index 0e6d688ad..0bb255058 100644
--- a/community/fcron/PKGBUILD
+++ b/community/fcron/PKGBUILD
@@ -1,14 +1,14 @@
-# $Id: PKGBUILD 75445 2012-08-24 05:27:15Z ttopper $
+# $Id: PKGBUILD 83238 2013-01-28 15:29:15Z ttoepper $
# Contributor: Giorgio Lando <lando at imap dot cc>
# Contributor: Sergej Pupykin
# Contributor: Thomas Bächler
# Maintainer: Thorsten Töpper <atsutane-tu@freethoughts.de>
pkgname=fcron
-pkgver=3.0.6
-pkgrel=8
-pkgdesc="feature-rich cron implementation"
-arch=(i686 x86_64 'mips64el')
+pkgver=3.1.1
+pkgrel=1
+pkgdesc='Feature-rich cron implementation'
+arch=(i686 x86_64 mips64el)
url="http://fcron.free.fr"
license=('GPL')
depends=('pam')
@@ -21,12 +21,12 @@ backup=(etc/fcron/fcron.conf etc/fcron/fcron.allow etc/fcron/fcron.deny \
options=('emptydirs' '!makeflags')
source=(http://fcron.free.fr/archives/$pkgname-$pkgver.src.tar.gz fcron.rc \
systab systab.orig run-cron fcron.service)
-md5sums=('69ebcb41921e2a282f41ebecb3a27053'
+md5sums=('230b91f308e6012957a3a71a94f03838'
'e0c3f0bdc3c98fbbe46eff19001c18f2'
'938722c6654ef7b07f4aa10001905ba1'
'bfb7daa22ebe22b9917e455c1ca4a382'
'5ff0cdcb9ec99778938ac6ef26800327'
- 'ab589cc6813ec32b5e96bf05c2b51c4c')
+ '973e440ba6d9ea5aa00b45377140fae4')
build() {
cd "$srcdir/$pkgname-$pkgver"
@@ -40,9 +40,14 @@ build() {
--datadir=/usr/share \
--with-docdir=/usr/share/doc \
--localstatedir=/var \
+ --with-systemdsystemunitdir=/usr/lib/systemd/system \
+ --with-piddir=/run \
--with-editor=/usr/bin/vi \
--with-sendmail=/usr/sbin/sendmail
make
+
+ # Temporary bugfix make install expects the file in the files directory.
+ cp script/fcron.init.systemd files
}
package() {
@@ -70,8 +75,8 @@ package() {
install -D -m755 "$srcdir/run-cron" "$pkgdir/usr/sbin/run-cron"
# Install systemd service
- install -D -m644 "$srcdir/fcron.service" \
- "$pkgdir/usr/lib/systemd/system/fcron.service"
+ #install -D -m644 "$srcdir/fcron.service" \
+ # "$pkgdir/usr/lib/systemd/system/fcron.service"
# avoid conflict with filesystem>=2012.06
rmdir "$pkgdir/var/run"