Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 288660 | Differences between
and this patch

Collapse All | Expand All

(-)a/rt73-firmware-1.8.ebuild (-5 / +7 lines)
Lines 1-6 Link Here
1
# Copyright 1999-2009 Gentoo Foundation
1
# Copyright 1999-2009 Gentoo Foundation
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/net-wireless/rt73-firmware/rt73-firmware-1.8.ebuild,v 1.3 2009/03/14 22:20:17 rbu Exp $
3
# $Header: $
4
4
5
inherit multilib
5
inherit multilib
6
6
Lines 8-14 Link Here
8
MY_P="${MY_PN}_V${PV}"
8
MY_P="${MY_PN}_V${PV}"
9
9
10
DESCRIPTION="Firmware for Ralink rt73-based WiFi USB adapters (rt73usb module)"
10
DESCRIPTION="Firmware for Ralink rt73-based WiFi USB adapters (rt73usb module)"
11
HOMEPAGE="http://www.ralinktech.com/ralink/Home/Support/Linux.html"
11
HOMEPAGE="http://www.ralinktech.com/support.php?s=2"
12
SRC_URI="http://www.ralinktech.com.tw/data/${MY_P}.zip"
12
SRC_URI="http://www.ralinktech.com.tw/data/${MY_P}.zip"
13
13
14
LICENSE="ralink-firmware"
14
LICENSE="ralink-firmware"
Lines 18-28 Link Here
18
18
19
DEPEND="app-arch/unzip"
19
DEPEND="app-arch/unzip"
20
RDEPEND="|| ( sys-fs/udev
20
RDEPEND="|| ( sys-fs/udev
21
		sys-apps/hotplug )"
21
        sys-apps/hotplug )"
22
22
23
S="${WORKDIR}/${MY_P}"
23
S="${WORKDIR}/${MY_P}"
24
24
25
src_install() {
25
src_install() {
26
	insinto /$(get_libdir)/firmware
26
    insinto /$(get_libdir)/firmware
27
	doins rt73.bin
27
    doins rt73.bin || die
28
    dodoc LICENSE.ralink-firmware.txt
28
}
29
}
30

Return to bug 288660