# Copyright 2002 Arcady Genkin # Distributed under the terms of the GNU General Public License v2 # $Header: /home/cvsroot/gentoo-x86/net-misc/iANS/iANS-2.0.12.ebuild,v 1.1 2002/12/17 01:35:19 agenkin Exp $ DESCRIPTION="Intel(R) Advanced Network Services (ANS) package load balancing and clustering of Intel nics." HOMEPAGE="http://support.intel.com/support/network/adapter/ans/index.htm" LICENSE="intel" DEPEND="virtual/linux-sources" RDEPEND="e100? ( =net-misc/e100-2.2* ) e1000? ( =net-misc/e1000-5.0* )" SRC_URI="ftp://aiedownload.intel.com/df-support/5600/eng/${P}.tar.gz" SLOT="0" KEYWORDS="~x86" S="${WORKDIR}/${P}" src_compile() { check_KV cd "${S}/src" make KSRC=/usr/src/linux || die } src_install() { insinto "/lib/modules/${KV}/kernel/drivers/net" doins ${S}/bin/ia32/ians.o into /usr/ dosbin bin/ia32/ianscfg doman ianscfg.1 dodoc LICENSE README ians.spec ldistrib.txt einfo "" einfo "Please add ians to your /etc/modules.autoload." einfo "If you would like to enable the module now:" einfo " depmod" einfo " modprobe ians" einfo "" einfo "Read the ianscfg man page and /usr/share/doc/${P}/README.gz" einfo "file for detailed configuration information." einfo "" }