wok-current annotate dhcp-relay/receipt @ rev 22500

updated aspell-it again (2.2_20050523-0 -> 2.4_20070901-0)
author Hans-G?nter Theisgen
date Wed Jan 01 09:45:35 2020 +0100 (2020-01-01)
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 }