SPECS: b43-firmware.spec (NEW) - b43 firmware

arekm arekm at pld-linux.org
Fri Oct 26 22:37:05 CEST 2007


Author: arekm                        Date: Fri Oct 26 20:37:05 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- b43 firmware

---- Files affected:
SPECS:
   b43-firmware.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/b43-firmware.spec
diff -u /dev/null SPECS/b43-firmware.spec:1.1
--- /dev/null	Fri Oct 26 22:37:05 2007
+++ SPECS/b43-firmware.spec	Fri Oct 26 22:36:59 2007
@@ -0,0 +1,48 @@
+# $Revision$, $Date$
+#
+Summary:	Firmware for the Broadcom wireless chipsets
+Name:		b43-firmware
+Version:	4
+Release:	1
+License:	unknown
+Group:		Base/Kernel
+Source0:	http://downloads.openwrt.org/sources/broadcom-wl-4.80.53.0.tar.bz2
+# Source0-md5:	a7d8dde3ce474c361143b83e1d9890b1
+URL:		http://linuxwireless.org/en/users/Drivers/b43#devicefirmware
+BuildRequires:	b43-fwcutter
+BuildArch:	noarch
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+This package contains the firmware for the b43 driver.
+
+%prep
+%setup -q -c
+tar xf %{SOURCE0}
+
+%build
+install -d fw
+%{_bindir}/b43-fwcutter -w fw *//*/*.o
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT/lib/firmware
+
+cp -a fw/* $RPM_BUILD_ROOT/lib/firmware
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+/lib/firmware/b43
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2007/10/26 20:36:59  arekm
+- b43 firmware
+
================================================================


More information about the pld-cvs-commit mailing list