wok-6.x annotate dhcp-relay/receipt @ rev 20867
Update some WEB_SITE
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Feb 22 22:16:14 2019 +0100 (2019-02-22) |
parents | a1d1bad5f192 |
children | f1e92a9bbf08 |
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@20867 | 9 WEB_SITE="http://www.isc.org/downloads/DHCP/" |
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 } |