wok diff dhcp6-client/receipt @ rev 22885

updated gsl and gsl-dev (2.5 -> 2.6)
author Hans-G?nter Theisgen
date Sat Feb 22 16:56:40 2020 +0100 (2020-02-22)
parents f1e92a9bbf08
children 25f321eee88e
line diff
     1.1 --- a/dhcp6-client/receipt	Mon Jul 01 12:11:40 2019 +0200
     1.2 +++ b/dhcp6-client/receipt	Sat Feb 22 16:56:40 2020 +0100
     1.3 @@ -1,24 +1,27 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="dhcp6-client"
     1.7 -VERSION="4.4.1"
     1.8 +VERSION="4.4.2"
     1.9  CATEGORY="network"
    1.10 -SHORT_DESC="Dynamic Host Configuration Protocol ISC client with ipv6 support."
    1.11 +SHORT_DESC="Dynamic Host Configuration Protocol ISC client with IPv6 support."
    1.12  MAINTAINER="pascal.bellard@slitaz.org"
    1.13  LICENSE="ISC"
    1.14 -WEB_SITE="http://www.isc.org/"
    1.15 +WEB_SITE="https://www.isc.org/dhcp/"
    1.16  
    1.17 +PROVIDE="dhcp-client"
    1.18 +DEPENDS="libcrypto"
    1.19  WANTED="dhcp6"
    1.20 -DEPENDS="libcrypto"
    1.21 +
    1.22  CONFIG_FILES="/etc/dhclient.conf"
    1.23 -PROVIDE="dhcp-client"
    1.24  
    1.25  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.26  genpkg_rules()
    1.27  {
    1.28 -	mkdir -p $fs/usr/sbin $fs/usr/bin $fs/etc
    1.29 -	cp $install/etc/dhclient.conf.example $fs/etc/dhcpd.conf
    1.30 -	cp $src/client/scripts/linux $fs/etc/dhclient-script
    1.31 -	cp $install/usr/sbin/dhclient $fs/usr/sbin
    1.32 -	cp $install/usr/bin/omshell $fs/usr/bin
    1.33 +	mkdir -p $fs/usr/sbin
    1.34 +	mkdir -p $fs/usr/bin $fs/etc
    1.35 +
    1.36 +	cp $install/etc/dhclient.conf.example	$fs/etc/dhcpd.conf
    1.37 +	cp $src/client/scripts/linux		$fs/etc/dhclient-script
    1.38 +	cp $install/usr/sbin/dhclient		$fs/usr/sbin
    1.39 +	cp $install/usr/bin/omshell		$fs/usr/bin
    1.40  }