wok diff dcron/receipt @ rev 19615
Up: mpfr (3.1.5)
author | Alexander Medvedev <devl547@gmail.com> |
---|---|
date | Mon Jan 09 19:50:23 2017 +0000 (2017-01-09) |
parents | |
children | bfabe25c21ff |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/dcron/receipt Mon Jan 09 19:50:23 2017 +0000 1.3 @@ -0,0 +1,28 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="dcron" 1.7 +VERSION="4.5" 1.8 +CATEGORY="utilities" 1.9 +SHORT_DESC="Dillon's lightweight cron daemon." 1.10 +MAINTAINER="pascal.bellard@slitaz.org" 1.11 +LICENSE="GPL" 1.12 +TARBALL="$PACKAGE-$VERSION.tar.gz" 1.13 +WEB_SITE="http://www.jimpryor.net/linux/dcron.html" 1.14 +WGET_URL="http://www.jimpryor.net/linux/releases/$TARBALL" 1.15 + 1.16 +# Rules to configure and make the package. 1.17 +compile_rules() 1.18 +{ 1.19 + make PREFIX=/usr CRONTAB_GROUP=users && 1.20 + make DESTDIR=$DESTDIR install 1.21 +} 1.22 + 1.23 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.24 +genpkg_rules() 1.25 +{ 1.26 + mkdir -p $fs/usr 1.27 + cp -a $install/etc $fs 1.28 + cp -a $install/usr/bin $fs/usr 1.29 + cp -a $install/usr/sbin $fs/usr 1.30 + cp -a $install/var $fs 1.31 +}