# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit linux-mod DESCRIPTION="Intel (R) PRO/Wireless 3945ABG Network Connection" HOMEPAGE="http://intellinuxwireless.org/?p=iwlwifi" SRC_URI="http://intellinuxwireless.org/${PN}/downloads/${P}.tgz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND="net-wireless/mac80211 net-wireless/iwlwifi-ucode" RDEPEND="" pkg_setup() { linux-mod_pkg_setup MODULE_NAMES="iwlwifi(net/wireless:${S}/compatible)" BUILD_PARAMS="-C ${KERNEL_DIR} M=${S} MAC80211_INC=/usr/include/mac80211" BUILD_TARGETS="modules" } src_unpack() { unpack ${A} cd ${S} make compatible/kversion MAC80211_INC=/usr/include/mac80211/net KSRC=${KERNEL_DIR} sed -i -e 's%\.\./\(net/mac80211/\)%\1%' compatible/*.c compatible/*.h }