diff options
author | BlackNoxis <steven.darklight@gmail.com> | 2014-02-15 23:41:37 +0200 |
---|---|---|
committer | BlackNoxis <steven.darklight@gmail.com> | 2014-02-15 23:41:37 +0200 |
commit | 5d65d52a7227128a8524fe1c9c0cf5ba5b10c2d1 (patch) | |
tree | 7fd12c75ddb0f44b225e963d1836b326a1470c45 /net-wireless/b43-openfwwf/b43-openfwwf-5.2.ebuild | |
parent | 20a107748317091d1ac003f1cbb045928d07e684 (diff) |
Addeed the wi-fi modules
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" +} |