You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/net-wireless/i2400m-fw/i2400m-fw-1.5.0.ebuild

26 lines
714 B

# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-wireless/i2400m-fw/i2400m-fw-1.5.0.ebuild,v 1.3 2012/01/23 17:03:18 tomka Exp $
EAPI="3"
MY_PV=${PV%.0}
DESCRIPTION="Intel (R) WiMAX 5150/5350/6250 Firmware"
HOMEPAGE="http://www.linuxwimax.org"
SRC_URI="http://www.linuxwimax.org/Download?action=AttachFile&do=get&target=${P}.tar.bz2 -> ${P}.tar.bz2"
LICENSE="ipw3945"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE=""
DEPEND="|| ( >=sys-fs/udev-096 >=sys-apps/hotplug-20040923 )"
src_install() {
insinto /lib/firmware
for x in i2400m i6050 ; do
doins "${S}/${x}-fw-usb-${MY_PV}.sbcf" || die
done
dodoc README || die
}