wok-6.x annotate dhcp6-relay/receipt @ rev 10459
tcpick: update bdeps
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed May 25 11:18:40 2011 +0200 (2011-05-25) |
parents | ff8355306733 |
children | 7008b10a1996 |
rev | line source |
---|---|
pascal@3350 | 1 # SliTaz package receipt. |
pascal@3350 | 2 |
pascal@3350 | 3 PACKAGE="dhcp6-relay" |
slaxemulator@9504 | 4 VERSION="4.2.1-P1" |
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@3350 | 8 WEB_SITE="http://www.isc.org/products/DHCP/" |
pascal@3350 | 9 DEPENDS="libcrypto" |
pascal@3350 | 10 WANTED="dhcp6" |
pascal@3350 | 11 PROVIDE="dhcp-relay" |
pascal@3350 | 12 |
pascal@3350 | 13 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@3350 | 14 genpkg_rules() |
pascal@3350 | 15 { |
pascal@3350 | 16 mkdir -p $fs/usr/sbin |
pascal@3350 | 17 cp -a $_pkg/usr/sbin/dhcrelay $fs/usr/sbin |
pascal@3350 | 18 } |
pascal@3350 | 19 |