SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "fcron"

# SliTaz package receipt.

PACKAGE="fcron"
VERSION="3.0.4"
CATEGORY="network"
SHORT_DESC="Periodical command scheduler"
MAINTAINER="erjo@slitaz.org"
DEPENDS=""
TARBALL="$PACKAGE-$VERSION.src.tar.gz"
WEB_SITE="http://fcron.free.fr/"
WGET_URL="http://fcron.free.fr/archives/$TARBALL"
TAGS="cron scheduler"

# Rules to configure and make the package.
compile_rules()
{
    cd $src
    ./configure \
        --prefix=/usr \
        --sysconfdir=/etc \
        --localstatedir=/var \
        --without-sendmail \
        --with-username=nobody \
        --with-groupname=nogroup \
        --with-pam=no \
        --with-selinux=no \
        --with-answer-all=no \
        --with-boot-install=no \
        --with-editor=/bin/vi \
        --with-sysfcrontab=yes \
        $CONFIGURE_ARGS &&
    make && make -j1 DESTDIR=$PWD/_pkg install
}

# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
    mkdir -p $fs/usr/
    cp -a $_pkg/usr/bin $fs/usr
    cp -a $_pkg/usr/sbin/fcron $fs/usr/bin
    cp -a $_pkg/var $fs/
    cp -a $_pkg/etc $fs/
    
    cp -a stuff/fcron $fs/etc/init.d
}

3382 packages and 430813 files in stable database (Mon Mar 4 17:53:49 2019)