summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2012-08-18 20:15:26 +0000
committerUlrich Müller <ulm@gentoo.org>2012-08-18 20:15:26 +0000
commit12c3f47bb47920cc83333078f5ae082cac4ec302 (patch)
tree89e755c9bd69cf7167a8211daac5d0b2bca520dc /sys-firmware/iwl6050-ucode/iwl6050-ucode-9.201.4.1.ebuild
parentPackage moved from net-wireless to sys-firmware, bug 429868. (diff)
downloadgentoo-2-12c3f47bb47920cc83333078f5ae082cac4ec302.tar.gz
gentoo-2-12c3f47bb47920cc83333078f5ae082cac4ec302.tar.bz2
gentoo-2-12c3f47bb47920cc83333078f5ae082cac4ec302.zip
Package moved from net-wireless to sys-firmware, bug 429868.
(Portage version: 2.1.11.10/cvs/Linux x86_64, RepoMan options: --force)
Diffstat (limited to 'sys-firmware/iwl6050-ucode/iwl6050-ucode-9.201.4.1.ebuild')
-rw-r--r--sys-firmware/iwl6050-ucode/iwl6050-ucode-9.201.4.1.ebuild28
1 files changed, 28 insertions, 0 deletions
diff --git a/sys-firmware/iwl6050-ucode/iwl6050-ucode-9.201.4.1.ebuild b/sys-firmware/iwl6050-ucode/iwl6050-ucode-9.201.4.1.ebuild
new file mode 100644
index 000000000000..335f8503c79e
--- /dev/null
+++ b/sys-firmware/iwl6050-ucode/iwl6050-ucode-9.201.4.1.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/sys-firmware/iwl6050-ucode/iwl6050-ucode-9.201.4.1.ebuild,v 1.1 2012/08/18 20:15:26 ulm Exp $
+
+MY_PN="iwlwifi-6050-ucode"
+
+DESCRIPTION="Intel (R) Wireless WiFi Link 6250-AGN ucode"
+HOMEPAGE="http://intellinuxwireless.org/?p=iwlwifi"
+SRC_URI="http://intellinuxwireless.org/iwlwifi/downloads/${MY_PN}-${PV}.tgz"
+
+LICENSE="ipw3945"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+RDEPEND=""
+
+DEPEND="|| ( >=sys-fs/udev-096 >=sys-apps/hotplug-20040923 )"
+
+S="${WORKDIR}/${MY_PN}-${PV}"
+
+src_compile() { :; }
+
+src_install() {
+ insinto /lib/firmware
+ doins "${S}/iwlwifi-6050-4.ucode" || die
+
+ dodoc README* || die "dodoc failed"
+}