OLD | NEW |
1 # Copyright 1999-2010 Gentoo Foundation | 1 # Copyright 1999-2010 Gentoo Foundation |
2 # Distributed under the terms of the GNU General Public License v2 | 2 # Distributed under the terms of the GNU General Public License v2 |
3 # $Header: /var/cvsroot/gentoo-x86/net-wireless/iwl6000-ucode/iwl6000-ucode-9.22
1.4.1.ebuild,v 1.2 2010/07/20 22:05:39 flameeyes Exp $ | 3 # $Header: /var/cvsroot/gentoo-x86/net-wireless/iwl6000-ucode/iwl6000-ucode-9.22
1.4.1.ebuild,v 1.2 2010/07/20 22:05:39 flameeyes Exp $ |
4 | 4 |
5 MY_PN="iwlwifi-6000-ucode" | 5 MY_PN="iwlwifi-3945-ucode" |
6 | 6 |
7 DESCRIPTION="Intel (R) Wireless WiFi Advanced N 6000 ucode" | 7 DESCRIPTION="Intel (R) PRO/Wireless 3945ABG/BG Network Connection" |
8 HOMEPAGE="http://intellinuxwireless.org/?p=iwlwifi" | 8 HOMEPAGE="http://intellinuxwireless.org/?p=iwlwifi" |
9 SRC_URI="http://intellinuxwireless.org/iwlwifi/downloads/${MY_PN}-${PV}.tgz" | 9 SRC_URI="http://intellinuxwireless.org/iwlwifi/downloads/${MY_PN}-${PV}.tgz" |
10 | 10 |
11 LICENSE="ipw3945" | 11 LICENSE="ipw3945" |
12 SLOT="0" | 12 SLOT="0" |
13 KEYWORDS="amd64 x86" | 13 KEYWORDS="amd64 x86" |
14 IUSE="" | 14 IUSE="" |
15 RDEPEND="" | 15 RDEPEND="" |
16 | 16 |
17 DEPEND="|| ( >=sys-fs/udev-096 >=sys-apps/hotplug-20040923 )" | 17 DEPEND="|| ( >=sys-fs/udev-096 >=sys-apps/hotplug-20040923 )" |
18 | 18 |
19 S="${WORKDIR}/${MY_PN}-${PV}" | 19 S="${WORKDIR}/${MY_PN}-${PV}" |
20 | 20 |
21 src_compile() { :; } | 21 src_compile() { :; } |
22 | 22 |
23 src_install() { | 23 src_install() { |
24 insinto /lib/firmware | 24 insinto /lib/firmware |
25 » doins "${S}/iwlwifi-6000-4.ucode" || die | 25 » doins "${S}/iwlwifi-3945-2.ucode" || die |
26 | 26 |
27 dodoc README* || die "dodoc failed" | 27 dodoc README* || die "dodoc failed" |
28 | |
29 # TODO(pstew): This is a workaround to fix 802.11n problems! Fix it | |
30 # for real! | |
31 insinto /etc/modprobe.d | |
32 doins "${FILESDIR}/iwlagn.conf" | |
33 } | 28 } |
OLD | NEW |