wok-current view dhcp6-relay/receipt @ rev 7196
Fix: ruby-gtk2: include Glade support for compatibility with Glade-created UIs. While still GTK-related, this is available only from the Ruby-GNOME source package, with no other implications.
author | Ben Arnold <ben@seawolfsanctuary.com> |
---|---|
date | Tue Nov 09 09:57:16 2010 +0000 (2010-11-09) |
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 }