fcron: update to 3.0.2

This commit is contained in:
Juergen Daubert 2007-01-18 14:54:52 +01:00
parent 7851754fd5
commit 1d90902687
3 changed files with 15 additions and 13 deletions

View File

@ -1,4 +1,4 @@
646ff958524a01da4069b33c5b48b52a fcron
8e5dcb3a646c11294294895954ef0a48 fcron-3.0.1.src.tar.gz
58ccf07493af3c154502fbd1376d0dc1 fcron-config.patch
f35e6af41d356ebcb38882f86a14fb94 fcron-3.0.2.src.tar.gz
8202fca16ba6c7c255b04215458c445e fcron-config.patch
39072065ed7a9ea70bc40308f622ebcf root.orig

View File

@ -3,7 +3,7 @@
# Maintainer: Jürgen Daubert, juergen dot daubert at t-online dot de
name=fcron
version=3.0.1
version=3.0.2
release=1
source=(http://fcron.free.fr/archives/$name-$version.src.tar.gz \
$name-config.patch fcron root.orig)
@ -15,13 +15,15 @@ build () {
./configure --prefix=/usr \
--with-etcdir=/etc/fcron \
--mandir=/usr/man \
--with-docdir=/usr/doc \
--with-spooldir=/var/spool/fcron \
--with-fifodir=/var/run \
--with-boot-install=no \
--with-username=daemon \
--with-docdir=/usr/doc \
--with-spooldir=/var/spool/fcron \
--with-fifodir=/var/run \
--with-boot-install=no \
--with-username=daemon \
--with-groupname=daemon \
--with-pam=no
--with-pam=no \
--with-sendmail=/usr/sbin/sendmail
make
make DESTDIR=$PKG install
rm -r $PKG/usr/{doc,man/{fr,man3}}

View File

@ -1,7 +1,7 @@
diff -Nru fcron-3.0.1.orig/configure.in fcron-3.0.1/configure.in
--- fcron-3.0.1.orig/configure.in 2006-02-07 18:02:49.000000000 +0100
+++ fcron-3.0.1/configure.in 2006-02-07 18:03:02.000000000 +0100
@@ -268,13 +268,8 @@
diff -Nru fcron-3.0.2.orig/configure.in fcron-3.0.2/configure.in
--- fcron-3.0.2.orig/configure.in 2007-01-17 08:54:11.000000000 +0100
+++ fcron-3.0.2/configure.in 2007-01-17 08:54:23.000000000 +0100
@@ -278,13 +278,8 @@
fi
;;
*)