wok annotate dhcp-relay/receipt @ rev 22139

updated wordwarvi (1.00 -> 1.0.2)
author Hans-G?nter Theisgen
date Tue Nov 05 14:34:42 2019 +0100 (2019-11-05)
parents e05d978e5ab8
children e3178e8508fc
rev   line source
pascal@1338 1 # SliTaz package receipt.
pascal@1338 2
pascal@1338 3 PACKAGE="dhcp-relay"
Hans-G?nter@20825 4 VERSION="4.4.1"
pascal@1338 5 CATEGORY="network"
pascal@1338 6 SHORT_DESC="Dynamic Host Configuration Protocol relay."
pascal@1338 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15579 8 LICENSE="ISC"
pascal@21770 9 WEB_SITE="http://www.isc.org/"
Hans-G?nter@20825 10
pascal@15579 11 WANTED="dhcp"
pascal@2488 12 DEPENDS="libcrypto"
pascal@1338 13
pascal@1338 14 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@1338 15 genpkg_rules()
pascal@1338 16 {
pascal@1338 17 mkdir -p $fs/usr/sbin
pascal@15579 18 cp -a $install/usr/sbin/dhcrelay $fs/usr/sbin
pascal@1338 19 }