wok-current diff dhcp-dev/receipt @ rev 24619
updated gptfdisk (1.0.5 -> 1.0.8)
author | Hans-G?nter Theisgen |
---|---|
date | Mon Mar 07 10:40:58 2022 +0100 (2022-03-07) |
parents | f1e92a9bbf08 |
children | 25f321eee88e |
line diff
1.1 --- a/dhcp-dev/receipt Mon Jul 01 12:11:40 2019 +0200 1.2 +++ b/dhcp-dev/receipt Mon Mar 07 10:40:58 2022 +0100 1.3 @@ -1,12 +1,12 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="dhcp-dev" 1.7 -VERSION="4.4.1" 1.8 +VERSION="4.4.2" 1.9 CATEGORY="development" 1.10 -SHORT_DESC="Dynamic Host Configuration Protocol development files." 1.11 +SHORT_DESC="Dynamic Host Configuration Protocol - development files." 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 WANTED="dhcp" 1.18 1.19 @@ -14,6 +14,7 @@ 1.20 genpkg_rules() 1.21 { 1.22 mkdir -p $fs/usr 1.23 - cp -a $install/usr/lib $fs/usr 1.24 - cp -a $install/usr/include $fs/usr 1.25 + 1.26 + cp -a $install/usr/lib $fs/usr 1.27 + cp -a $install/usr/include $fs/usr 1.28 }