wok annotate dhcp6-relay/receipt @ rev 20993

gpicview: modified TARBALL
author Hans-G?nter Theisgen
date Thu Mar 07 17:13:01 2019 +0100 (2019-03-07)
parents 624fe47fb580
children f1e92a9bbf08
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@20867 9 WEB_SITE="http://www.isc.org/downloads/DHCP/"
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 }