
Receipt for package "dcron"
# SliTaz package receipt. PACKAGE="dcron" VERSION="4.5" CATEGORY="utilities" SHORT_DESC="Dillon's lightweight cron daemon." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.jimpryor.net/linux/dcron.html" WGET_URL="http://www.jimpryor.net/linux/releases/$TARBALL" # What is the latest version available today? current_version() { wget -O - $WEB_SITE 2>/dev/null | \ sed "/latest/d;/$PACKAGE-[0-9]/!d;/tar/!d;s|.*$PACKAGE-\\(.*\\).tar.*|\\1|" | sort -Vr | sed q } # Rules to configure and make the package. compile_rules() { make PREFIX=/usr CRONTAB_GROUP=users && make DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr cp -a $install/etc $fs cp -a $install/usr/bin $fs/usr cp -a $install/usr/sbin $fs/usr cp -a $install/var $fs }
6011 packages and 861692 files in cooking database (Sun Apr 20 00:48:06 2025)