wok-next diff dcron/receipt @ rev 21294

updated netsurf (3.8 -> 3.9)
author Hans-G?nter Theisgen
date Mon Dec 09 07:42:31 2019 +0100 (2019-12-09)
parents 10d0f1cbf852
children
line diff
     1.1 --- a/dcron/receipt	Wed Nov 05 16:03:16 2014 +0100
     1.2 +++ b/dcron/receipt	Mon Dec 09 07:42:31 2019 +0100
     1.3 @@ -3,23 +3,20 @@
     1.4  PACKAGE="dcron"
     1.5  VERSION="4.5"
     1.6  CATEGORY="utilities"
     1.7 -SHORT_DESC="Dillon's lightweight cron daemon."
     1.8 +SHORT_DESC="Dillon's lightweight cron daemon"
     1.9  MAINTAINER="pascal.bellard@slitaz.org"
    1.10  LICENSE="GPL"
    1.11 +WEB_SITE="http://www.jimpryor.net/linux/dcron.html"
    1.12 +
    1.13  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.14 -WEB_SITE="http://www.jimpryor.net/linux/dcron.html"
    1.15  WGET_URL="http://www.jimpryor.net/linux/releases/$TARBALL"
    1.16  
    1.17 -# Rules to configure and make the package.
    1.18 -compile_rules()
    1.19 -{
    1.20 +compile_rules() {
    1.21  	make PREFIX=/usr CRONTAB_GROUP=users &&
    1.22 -	make DESTDIR=$DESTDIR install
    1.23 +	make DESTDIR=$install install
    1.24  }
    1.25  
    1.26 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.27 -genpkg_rules()
    1.28 -{
    1.29 +genpkg_rules() {
    1.30  	mkdir -p $fs/usr
    1.31  	cp -a $install/etc $fs
    1.32  	cp -a $install/usr/bin $fs/usr