wok annotate dhcp6-relay/receipt @ rev 10082
Up: qt4 to 4.7.3. This adds sercurity fixes in this release. Add libQtPlugins so you don't need to install Qt4-dev to run mixxx.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Fri May 20 06:22:56 2011 +0000 (2011-05-20) |
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 |