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 (-3 / +14 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=2rt"
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 24-28 Link Here
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
31
pkg_postinst() {
32
    einfo
33
    einfo "A copy of the license was included with this version."
34
    einfo "So redistribution and use in binary form," 
35
    einfo "without modification, are permitted."
36
	einfo
37
}
38
39

Return to bug 288660