wok view dhcp6-relay/receipt @ rev 8729

Fixed seamonkey. I had to disable-crashreporting in order for seamonkey to compile. I also didn't enabled cario cause its report by archlinux that 1.10 is buggy when enabled.
author Christopher Rogers <slaxemulator@gmail.com>
date Sat Feb 19 04:39:56 2011 +0000 (2011-02-19)
parents 82e83ddb59bd
children 98fc9beddbba
line source
1 # SliTaz package receipt.
3 PACKAGE="dhcp6-relay"
4 VERSION="4.2.0-P2"
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 }