summaryrefslogtreecommitdiff
path: root/fcron/Pkgfile
diff options
context:
space:
mode:
authorJuergen Daubert <jue@jue.li>2013-01-07 18:02:42 +0100
committerJuergen Daubert <jue@jue.li>2013-01-07 18:02:42 +0100
commit8e12ec4a0b99dc96677b7946787ee6b048cc0adc (patch)
tree4cff43aa94110354efc1344f02e62091e3dae472 /fcron/Pkgfile
parent2ff821b36deca446e87c642bfc29760dcf9499db (diff)
downloadopt-8e12ec4a0b99dc96677b7946787ee6b048cc0adc.tar.gz
opt-8e12ec4a0b99dc96677b7946787ee6b048cc0adc.tar.xz
fcron: update to 3.1.1
Diffstat (limited to 'fcron/Pkgfile')
-rw-r--r--fcron/Pkgfile11
1 files changed, 7 insertions, 4 deletions
diff --git a/fcron/Pkgfile b/fcron/Pkgfile
index 6deef1b73..3e9d43eda 100644
--- a/fcron/Pkgfile
+++ b/fcron/Pkgfile
@@ -1,11 +1,12 @@
# Description: Enhanced periodical command scheduler like cron
# URL: http://fcron.free.fr
# Maintainer: Juergen Daubert, jue at crux dot nu
+# Depends on: readline
name=fcron
-version=3.0.6
+version=3.1.1
release=1
-source=(http://fcron.free.fr/archives/$name-$version.src.tar.gz \
+source=(http://fcron.free.fr/archives/$name-$version.src.tar.gz
fcron systab.orig)
build () {
@@ -19,14 +20,16 @@ build () {
--with-boot-install=no \
--with-username=fcron \
--with-groupname=fcron \
+ --with-db2man=no \
+ --with-dsssl-dir=no \
--with-pam=no \
--with-sendmail=/usr/sbin/sendmail
make
- make -j1 DESTDIR=$PKG install
+ make DESTDIR=$PKG install
rm -r $PKG/{usr/{share,man/{fr,man3}},var/run}
install -D -m 755 $SRC/fcron $PKG/etc/rc.d/fcron
- install -m 600 $SRC/systab.orig $PKG/var/spool/fcron
+ install -m 600 -o root -g fcron $SRC/systab.orig $PKG/var/spool/fcron
}

Generated by cgit