diff options
author | Hanno Böck <hanno@gentoo.org> | 2008-08-13 22:57:02 +0000 |
---|---|---|
committer | Hanno Böck <hanno@gentoo.org> | 2008-08-13 22:57:02 +0000 |
commit | 6949100128dce2fca7435faf577c0926262d3df2 (patch) | |
tree | 7d37efdcf2c0ff68e2d860f9e6422da32d48d9be /net-wireless/iwl4965-ucode/iwl4965-ucode-228.57.1.21.ebuild | |
parent | Fix typo (diff) | |
download | gentoo-2-6949100128dce2fca7435faf577c0926262d3df2.tar.gz gentoo-2-6949100128dce2fca7435faf577c0926262d3df2.tar.bz2 gentoo-2-6949100128dce2fca7435faf577c0926262d3df2.zip |
iwl4965-ucode bump
(Portage version: 2.2_rc8/cvs/Linux 2.6.26 i686)
Diffstat (limited to 'net-wireless/iwl4965-ucode/iwl4965-ucode-228.57.1.21.ebuild')
-rw-r--r-- | net-wireless/iwl4965-ucode/iwl4965-ucode-228.57.1.21.ebuild | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/net-wireless/iwl4965-ucode/iwl4965-ucode-228.57.1.21.ebuild b/net-wireless/iwl4965-ucode/iwl4965-ucode-228.57.1.21.ebuild new file mode 100644 index 000000000000..a00c3cdc0de2 --- /dev/null +++ b/net-wireless/iwl4965-ucode/iwl4965-ucode-228.57.1.21.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-wireless/iwl4965-ucode/iwl4965-ucode-228.57.1.21.ebuild,v 1.1 2008/08/13 22:57:02 hanno Exp $ + +MY_PN="iwlwifi-4965-ucode" + +DESCRIPTION="Intel (R) Wireless WiFi Link 4965AGN ucode" +HOMEPAGE="http://intellinuxwireless.org/?p=iwlwifi" +SRC_URI="http://intellinuxwireless.org/iwlwifi/downloads/${MY_PN}-${PV}.tgz" + +LICENSE="Intel" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="|| ( >=sys-fs/udev-096 >=sys-apps/hotplug-20040923 )" + +S="${WORKDIR}/${MY_PN}-${PV}" + +src_compile() { + true; +} + +src_install() { + insinto /lib/firmware + doins "${S}/iwlwifi-4965-1.ucode" + + dodoc README* || die "dodoc failed" +} |