# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit eutils DESCRIPTION="User space Mobile IPv6 tools for Linux" HOMEPAGE="http://mobile-ipv6.org" SRC_URI="http://mobile-ipv6.org/software/download/mipv6-2.0-rc3.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" DEPEND="virtual/libc virtual/linux-sources" RDEPEND="${DEPEND}" S="${WORKDIR}/mipv6-2.0-rc3/" src_unpack() { unpack ${A} } src_compile() { CPPFLAGS='-isystem /usr/src/linux/include' econf || die CPPFLAGS='-isystem /usr/src/linux/include' emake || die } src_install() { einstall || die }