net-wireless/iwl5150-ucode-8.24.2.2: add
[otih-overlay.git] / net-wireless / iwl5150-ucode / iwl5150-ucode-8.24.2.2.ebuild
blobbf9f6ff253cc11646d4473931f2851008dab9d2e
1 # Copyright 1999-2009 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Header: /var/cvsroot/gentoo-x86/net-wireless/iwl5000-ucode/iwl5000-ucode-5.4.0.11.ebuild,v 1.4 2009/01/12 16:16:52 chainsaw Exp $
5 MY_PN="iwlwifi-5150-ucode"
7 DESCRIPTION="Intel (R) Wireless WiFi Link 5150-AGN ucode"
8 HOMEPAGE="http://intellinuxwireless.org/?p=iwlwifi"
9 SRC_URI="http://intellinuxwireless.org/iwlwifi/downloads/${MY_PN}-${PV}.tgz"
11 LICENSE="Intel"
12 SLOT="0"
13 KEYWORDS="amd64 x86"
14 IUSE=""
15 RDEPEND=""
17 DEPEND="|| ( >=sys-fs/udev-096 >=sys-apps/hotplug-20040923 )"
19 S="${WORKDIR}/${MY_PN}-${MY_PV}"
21 src_compile() {
22 true;
25 src_install() {
26 insinto /lib/firmware
27 doins "${S}/iwlwifi-5150-2.ucode"
29 dodoc README* || die "dodoc failed"