--- a/rt73-firmware-1.8.ebuild 2009-03-14 18:36:34.000000000 -0400 +++ b/rt73-firmware-1.8-r1.ebuild 2009-10-11 18:34:46.000000000 -0400 @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $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 $ +# $Header: $ inherit multilib @@ -8,7 +8,7 @@ MY_P="${MY_PN}_V${PV}" DESCRIPTION="Firmware for Ralink rt73-based WiFi USB adapters (rt73usb module)" -HOMEPAGE="http://www.ralinktech.com/ralink/Home/Support/Linux.html" +HOMEPAGE="http://www.ralinktech.com/support.php?s=2rt" SRC_URI="http://www.ralinktech.com.tw/data/${MY_P}.zip" LICENSE="ralink-firmware" @@ -24,5 +24,16 @@ src_install() { insinto /$(get_libdir)/firmware - doins rt73.bin + doins rt73.bin || die + dodoc LICENSE.ralink-firmware.txt } + +pkg_postinst() { + einfo + einfo "A copy of the license was included with this version." + einfo "So redistribution and use in binary form," + einfo "without modification, are permitted." + einfo +} + +