wok diff dhcp-client/receipt @ rev 23840

Up libsdl2-image (2.0.5), radare2 (4.4.0), screen (4.8.0), sleuthkit (4.9.0), thunderbird-bin (68.9.0)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Jun 04 16:22:12 2020 +0000 (2020-06-04)
parents f1e92a9bbf08
children 25f321eee88e
line diff
     1.1 --- a/dhcp-client/receipt	Mon Jul 01 12:11:40 2019 +0200
     1.2 +++ b/dhcp-client/receipt	Thu Jun 04 16:22:12 2020 +0000
     1.3 @@ -1,23 +1,26 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="dhcp-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."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12  LICENSE="ISC"
    1.13 -WEB_SITE="http://www.isc.org/"
    1.14 +WEB_SITE="https://www.isc.org/dhcp/"
    1.15  
    1.16 +DEPENDS="libcrypto"
    1.17  WANTED="dhcp"
    1.18 -DEPENDS="libcrypto"
    1.19 +
    1.20  CONFIG_FILES="/etc/dhclient.conf"
    1.21  
    1.22  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.23  genpkg_rules()
    1.24  {
    1.25 -	mkdir -p $fs/usr/sbin $fs/usr/bin $fs/etc
    1.26 -	cp $install/etc/dhclient.conf.example $fs/etc/dhclient.conf
    1.27 -	cp $src/client/scripts/linux $fs/etc/dhclient-script
    1.28 -	cp $install/usr/sbin/dhclient $fs/usr/sbin
    1.29 -	cp $install/usr/bin/omshell $fs/usr/bin
    1.30 +	mkdir -p $fs/usr/sbin
    1.31 +	mkdir -p $fs/usr/bin $fs/etc
    1.32 +
    1.33 +	cp $install/etc/dhclient.conf.example	$fs/etc/dhclient.conf
    1.34 +	cp $src/client/scripts/linux		$fs/etc/dhclient-script
    1.35 +	cp $install/usr/sbin/dhclient		$fs/usr/sbin
    1.36 +	cp $install/usr/bin/omshell		$fs/usr/bin
    1.37  }