diff options
Diffstat (limited to 'net-misc/dhcpv6/dhcpv6-0.8.ebuild')
-rw-r--r-- | net-misc/dhcpv6/dhcpv6-0.8.ebuild | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/net-misc/dhcpv6/dhcpv6-0.8.ebuild b/net-misc/dhcpv6/dhcpv6-0.8.ebuild new file mode 100644 index 000000000000..5167608b104c --- /dev/null +++ b/net-misc/dhcpv6/dhcpv6-0.8.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpv6/dhcpv6-0.8.ebuild,v 1.1 2003/06/11 20:53:17 latexer Exp $ + +DESCRIPTION="Server and client for DHCPv6" + +MY_P=${P/dhcpv6/dhcp6} +HOMEPAGE="http://www.sourceforge.net/projects/dhcp6/" +SRC_URI="mirror://sourceforge/dhcpv6/${MY_P}.tgz" +LICENSE="GPL-2" +SLOT="0" + +KEYWORDS="~x86" +IUSE="" +DEPEND="" +S=${WORKDIR}/${MY_P} + +src_install() { + einstall || die + dodoc Install ReadMe docs/draft-ietf-dhc-dhcpv6-28.txt \ + docs/draft-ietf-dhc-dhcpv6-interop-{00,01}.txt \ + docs/draft-ietf-dhc-dhcpv6-opt-dnsconfig-03.txt \ + docs/draft-ietf-dhc-dhcpv6-opt-prefix-delegation-{02,03}.txt \ + dhcp6c.conf dhcp6s.conf +} +pkg_postinst() { + einfo "Sample dhcp6c.conf and dhcp6s.conf files are in" + einfo "/usr/share/doc/${P}/" +} |