wok-stable view dhcp6-relay/receipt @ rev 6848

Fix depends: Remove xorg-xf86-input-evdev & xorg-xf86-video-vesa from xorg-server depends and put them as suggested - xorg can use other drivers
author Antoine Bodin <gokhlayeh@slitaz.org>
date Wed Oct 20 12:31:54 2010 +0200 (2010-10-20)
parents
children 82e83ddb59bd
line source
1 # SliTaz package receipt.
3 PACKAGE="dhcp6-relay"
4 VERSION="4.1.1b1"
5 CATEGORY="network"
6 SHORT_DESC="Dynamic Host Configuration Protocol relay with ipv6 support."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 WEB_SITE="http://www.isc.org/products/DHCP/"
9 DEPENDS="libcrypto"
10 WANTED="dhcp6"
11 PROVIDE="dhcp-relay"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 mkdir -p $fs/usr/sbin
17 cp -a $_pkg/usr/sbin/dhcrelay $fs/usr/sbin
18 }