wok annotate dhcp6-relay/receipt @ rev 23343

updated perl-http-daemon (6.01 -> 6.06)
author Hans-G?nter Theisgen
date Tue Mar 31 09:12:15 2020 +0100 (2020-03-31)
parents f1e92a9bbf08
children 25f321eee88e
rev   line source
pascal@3350 1 # SliTaz package receipt.
pascal@3350 2
pascal@3350 3 PACKAGE="dhcp6-relay"
Hans-G?nter@22733 4 VERSION="4.4.2"
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 }