diff options
author | Henrik Brix Andersen <brix@gentoo.org> | 2006-04-13 21:28:33 +0000 |
---|---|---|
committer | Henrik Brix Andersen <brix@gentoo.org> | 2006-04-13 21:28:33 +0000 |
commit | f47a7a98704c38f4535ad96cfee5c1445f12a78a (patch) | |
tree | 7a27c1792aa1463bf4006ce45124d05f61272975 /net-wireless/ipw3945-ucode/ipw3945-ucode-1.13.ebuild | |
parent | Added license for net-wireless/ipw3945d and net-wireless/ipw3945-ucode. (diff) | |
download | gentoo-2-f47a7a98704c38f4535ad96cfee5c1445f12a78a.tar.gz gentoo-2-f47a7a98704c38f4535ad96cfee5c1445f12a78a.tar.bz2 gentoo-2-f47a7a98704c38f4535ad96cfee5c1445f12a78a.zip |
Initial version. Thank you to Intel's Open Source Technology Center for sponsoring the hardware for testing this.
(Portage version: 2.0.54)
Diffstat (limited to 'net-wireless/ipw3945-ucode/ipw3945-ucode-1.13.ebuild')
-rw-r--r-- | net-wireless/ipw3945-ucode/ipw3945-ucode-1.13.ebuild | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/net-wireless/ipw3945-ucode/ipw3945-ucode-1.13.ebuild b/net-wireless/ipw3945-ucode/ipw3945-ucode-1.13.ebuild new file mode 100644 index 000000000000..836d40fe7cc2 --- /dev/null +++ b/net-wireless/ipw3945-ucode/ipw3945-ucode-1.13.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-wireless/ipw3945-ucode/ipw3945-ucode-1.13.ebuild,v 1.1 2006/04/13 21:28:33 brix Exp $ + +DESCRIPTION="Microcode for the Intel PRO/Wireless 3945ABG miniPCI express adapter" + +HOMEPAGE="http://www.bughost.org/ipw3945/" +SRC_URI="http://www.bughost.org/ipw3945/${P}.tgz" + +LICENSE="ipw3945" +SLOT="0" +KEYWORDS="~x86" + +IUSE="" +DEPEND=">=sys-apps/hotplug-20040923" + +src_install() { + insinto /lib/firmware + doins ipw3945.ucode LICENSE.ipw3945-ucode + + dodoc README.ipw3945-ucode +} |