# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI="2" PSRC="dhcp-forwarder-${PV}" DESCRIPTION="Forwards DHCP messages between subnets with different sublayer broadcast domains" HOMEPAGE="http://www.nongnu.org/dhcp-fwd/" SRC_URI="http://savannah.nongnu.org/download/${PN}/${PSRC}.tar.bz2" LICENSE="GPL-3" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND="" RDEPEND="" S="${WORKDIR}/${PSRC}" src_install() { emake DESTDIR="${D}" install || die "Install failed!" dodoc README NEWS }