Author: arekm                        Date: Fri Oct 26 20:40:08 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- initial

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

---- Diffs:

================================================================
Index: SPECS/bcm43xx-firmware.spec
diff -u /dev/null SPECS/bcm43xx-firmware.spec:1.1
--- /dev/null   Fri Oct 26 22:40:08 2007
+++ SPECS/bcm43xx-firmware.spec Fri Oct 26 22:40:03 2007
@@ -0,0 +1,48 @@
+# $Revision$, $Date$
+#
+Summary:       Firmware for the Broadcom wireless chipsets
+Name:          bcm43xx-firmware
+Version:       3
+Release:       1
+License:       unknown
+Group:         Base/Kernel
+Source0:       http://downloads.openwrt.org/sources/wl_apsta-3.130.20.0.o
+# Source0-md5: e08665c5c5b66beb9c3b2dd54aa80cb3
+URL:           http://linuxwireless.org/en/users/Drivers/bcm43xx#devicefirmware
+BuildRequires: bcm43xx-fwcutter
+BuildArch:     noarch
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+This package contains the firmware for the bcm43xx driver.
+
+%prep
+%setup -q -c
+
+%build
+install -d fw
+%{_bindir}/bcm43xx-fwcutter -w fw %{SOURCE0}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT/lib/firmware
+
+install fw/*.fw $RPM_BUILD_ROOT/lib/firmware
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+/lib/firmware/*.fw
+
+%define date   %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <[EMAIL PROTECTED]>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2007/10/26 20:40:03  arekm
+- initial
+
+
================================================================
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to