diff options
Diffstat (limited to 'net-wireless/b43-openfwwf/b43-openfwwf-5.2.ebuild')
-rw-r--r-- | net-wireless/b43-openfwwf/b43-openfwwf-5.2.ebuild | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/net-wireless/b43-openfwwf/b43-openfwwf-5.2.ebuild b/net-wireless/b43-openfwwf/b43-openfwwf-5.2.ebuild new file mode 100644 index 00000000..9dc27fa4 --- /dev/null +++ b/net-wireless/b43-openfwwf/b43-openfwwf-5.2.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="2" + +DESCRIPTION="OpenBroadcom Firmware" +HOMEPAGE="http://www.ing.unibs.it/openfwwf/" +SRC_URI="http://www.ing.unibs.it/openfwwf/firmware/openfwwf-${PV}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86 ~amd64" +IUSE="" + +DEPEND="net-wireless/b43-tools[assembler]" +S="${WORKDIR}/openfwwf-${PV}" + +src_install() { + emake PREFIX="${D}"/lib/firmware/b43-open install || die "emake failed" +} |