wok annotate dhcp6-relay/receipt @ rev 22310

updated xterm (314 -> 350)
author Hans-G?nter Theisgen
date Thu Nov 14 10:30:11 2019 +0100 (2019-11-14)
parents e05d978e5ab8
children e3178e8508fc
rev   line source
pascal@3350 1 # SliTaz package receipt.
pascal@3350 2
pascal@3350 3 PACKAGE="dhcp6-relay"
Hans-G?nter@20835 4 VERSION="4.4.1"
pascal@3350 5 CATEGORY="network"
pascal@3350 6 SHORT_DESC="Dynamic Host Configuration Protocol relay with ipv6 support."
pascal@3350 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15579 8 LICENSE="ISC"
pascal@21770 9 WEB_SITE="http://www.isc.org/"
Hans-G?nter@20835 10
pascal@3350 11 WANTED="dhcp6"
pascal@3350 12 PROVIDE="dhcp-relay"
pascal@15579 13 DEPENDS="libcrypto"
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
pascal@15579 19 cp -a $install/usr/sbin/dhcrelay $fs/usr/sbin
pascal@3350 20 }