20 lines
495 B
Bash
20 lines
495 B
Bash
# Copyright 1999-2010 Sabayon Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
# $Header: $
|
|
|
|
DESCRIPTION="OpenBroadcom Firmware"
|
|
HOMEPAGE="http://www.ing.unibs.it/openfwwf/"
|
|
SRC_URI="http://www.ing.unibs.it/openfwwf/firmware/openfwwf-${PV}.tar.gz"
|
|
|
|
EAPI="2"
|
|
LICENSE="GPL-2"
|
|
SLOT="0"
|
|
KEYWORDS="~x86 ~amd64"
|
|
IUSE=""
|
|
DEPEND="net-wireless/b43-asm"
|
|
S="${WORKDIR}/openfwwf-${PV}"
|
|
|
|
src_install() {
|
|
emake PREFIX="${D}"/lib/firmware/b43-open install || die "emake failed"
|
|
}
|