]> git.pld-linux.org Git - packages/bcm43xx-firmware.git/commitdiff
- initial
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Fri, 26 Oct 2007 20:40:03 +0000 (20:40 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bcm43xx-firmware.spec -> 1.1

bcm43xx-firmware.spec [new file with mode: 0644]

diff --git a/bcm43xx-firmware.spec b/bcm43xx-firmware.spec
new file mode 100644 (file)
index 0000000..9693fed
--- /dev/null
@@ -0,0 +1,36 @@
+#
+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
This page took 0.064332 seconds and 4 git commands to generate.