summaryrefslogtreecommitdiffstats
path: root/base/fcron/Pkgfile
diff options
context:
space:
mode:
authorpiernov <piernov@piernov.org>2011-10-16 15:18:00 +0200
committerpiernov <piernov@piernov.org>2011-10-16 15:18:00 +0200
commit18797577ce0f23e543efa27b59ec880584e578f7 (patch)
tree69fd2394315029fc85998cb02b9495d811e9f130 /base/fcron/Pkgfile
parentb561dc2d78be93031af1112d7fe011b74a40ba99 (diff)
parent7ee441736b2a9a7a567b25dbdbda9b6941fbaf9f (diff)
downloadnutyx-extra-18797577ce0f23e543efa27b59ec880584e578f7.tar.gz
nutyx-extra-18797577ce0f23e543efa27b59ec880584e578f7.tar.bz2
nutyx-extra-18797577ce0f23e543efa27b59ec880584e578f7.tar.xz
nutyx-extra-18797577ce0f23e543efa27b59ec880584e578f7.zip
Merge branch 'master' of ssh://kiao.no-ip.info:443/~/pakxe
Diffstat (limited to 'base/fcron/Pkgfile')
-rw-r--r--base/fcron/Pkgfile36
1 files changed, 0 insertions, 36 deletions
diff --git a/base/fcron/Pkgfile b/base/fcron/Pkgfile
deleted file mode 100644
index 75cc807b5..000000000
--- a/base/fcron/Pkgfile
+++ /dev/null
@@ -1,36 +0,0 @@
-# Description: Gestionnaire de tâches planifiées
-# URL: http://fcron.free.fr
-# Maintainer: NuTyX core team
-# Packager: thierryn1 at hispeed dot ch
-# Depends on:
-
-name=fcron
-version=3.0.4
-release=2
-source=(http://fcron.free.fr/archives/$name-$version.src.tar.gz \
- fcron)
-
-build() {
- unset MAKEFLAGS
- source /etc/blfs-bootscripts
-wget \
-http://www.linuxfromscratch.org/blfs/downloads/svn/$scripts-$scriptsversion.tar.bz2
- tar xvf $scripts-$scriptsversion.tar.bz2
- # build package
- cd $name-$version
- ./configure --prefix=/usr\
- --sysconfdir=/etc \
- --with-pam=no \
- --without-sendmail\
- --localstatedir=/var \
- --with-boot-install=no\
- --mandir=/usr/share/man\
- --infodir=/usr/share/info
- make
- make DESTDIR=$PKG install
- # Install the script
- cd ../$scripts-$scriptsversion
- make DESTDIR=$PKG install-fcron
- rm -rf $PKG/usr/share/doc
-# install -m755 ../fcron $PKG/etc/rc.d/init.d/
-}