# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit eutils linux-mod DESCRIPTION="Driver for the zd1211 wireless chipset" HOMEPAGE="http://zd1211.sourceforge.net/" SRC_URI="mirror://sourceforge/zd1211/sf_${PN}_${PV}_src.tar.gz" S=${WORKDIR}/${PN} LICENSE="GPL" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND="net-wireless/wireless-tools" MODULE_NAMES="zd1211(net:)" BUILD_PARAMS="KSRC=${KV_DIR}" BUILD_TARGETS="all" src_install() { linux-mod_src_install }