# Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: $ S=${WORKDIR}/ndiswrapper DESCRIPTION="Use Windows NDIS network drivers under linux" SRC_URI="mirror://sourceforge/ndiswrapper/${P}.tar.gz" HOMEPAGE="http://ndiswrapper.sourceforge.net" SLOT="0" LICENSE="GPL-2" KEYWORDS="~x86" src_compile() { ARCH="i386" make KSRC="${ROOT}/lib/modules/`uname -r`/build" || die } src_install () { insinto /lib/modules/${KV}/misc doins driver/ndiswrapper.ko insinto /usr/sbin doins utils/loadndisdriver dodoc AUTHORS ChangeLog INSTALL README }