wok diff ntp/receipt @ rev 25006

updated ntp (4.2.8.p13 -> 4.2.8.p15)
author Hans-G?nter Theisgen
date Mon May 16 16:37:26 2022 +0100 (2022-05-16)
parents 00e3b45c063b
children 9c8ba5b98eb9
line diff
     1.1 --- a/ntp/receipt	Sat May 07 11:09:47 2022 +0000
     1.2 +++ b/ntp/receipt	Mon May 16 16:37:26 2022 +0100
     1.3 @@ -1,17 +1,18 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="ntp"
     1.7 -VERSION="4.2.8p13"
     1.8 +VERSION="4.2.8p15"
     1.9  CATEGORY="network"
    1.10  SHORT_DESC="Network Time Protocol daemon."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12 -LICENSE="GPL3"
    1.13 -WEB_SITE="http://www.ntp.org/"
    1.14 +LICENSE="other"
    1.15 +WEB_SITE="https://www.ntp.org/"
    1.16  
    1.17  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.18 -WGET_URL="https://archive.ntp.org/ntp4/$TARBALL"
    1.19 +WGET_URL="https://archive.ntp.org/ntp4/$PACKAGE-${VERSION%.*}/$TARBALL"
    1.20  
    1.21  DEPENDS="attr libcap libcrypto readline"
    1.22 +
    1.23  CONFIG_FILES="/etc/ntp.conf"
    1.24  
    1.25  HOST_ARCH="i486 arm"
    1.26 @@ -34,7 +35,7 @@
    1.27  		--sysconfdir=/etc		\
    1.28  		--localstatedir=/var		\
    1.29  		--mandir=/usr/share/man		\
    1.30 -		$CONFIGURE_ARGS && \
    1.31 +		$CONFIGURE_ARGS &&
    1.32  	make &&
    1.33  	make DESTDIR=$DESTDIR install
    1.34  }