wok annotate dhcp6-relay/receipt @ rev 24794

Up dhcp (4.4.3)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Mar 21 15:36:41 2022 +0000 (2022-03-21)
parents e3178e8508fc
children
rev   line source
pascal@3350 1 # SliTaz package receipt.
pascal@3350 2
pascal@3350 3 PACKAGE="dhcp6-relay"
pascal@24794 4 VERSION="4.4.3"
pascal@3350 5 CATEGORY="network"
Hans-G?nter@22733 6 SHORT_DESC="Dynamic Host Configuration Protocol relay with IPv6 support."
pascal@3350 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15579 8 LICENSE="ISC"
Hans-G?nter@22733 9 WEB_SITE="https://www.isc.org/dhcp/"
Hans-G?nter@20835 10
pascal@3350 11 PROVIDE="dhcp-relay"
pascal@15579 12 DEPENDS="libcrypto"
Hans-G?nter@22733 13 WANTED="dhcp6"
pascal@15579 14
pascal@3350 15 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@3350 16 genpkg_rules()
pascal@3350 17 {
pascal@3350 18 mkdir -p $fs/usr/sbin
Hans-G?nter@22733 19 cp -a $install/usr/sbin/dhcrelay $fs/usr/sbin
pascal@3350 20 }