b43-fwcutter/b43-fwcutter.spec

63 lines
1.5 KiB
RPMSpec

#
# spec file for package b43-fwcutter (Version 009)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
Name: b43-fwcutter
Group: Hardware/Wifi
AutoReqProv: on
Summary: Tool for extracting firmware from newer Broadcom WLAN drivers
Version: 009
Release: 1
Source: %{name}-%{version}.tar.bz2
Patch0: %{name}.diff
Url: http://developer.berlios.de/projects/bcm43xx/
License: BSD 3-Clause; BSD 4-Clause
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%define prefix /usr
%description
b43-fwcutter can be used to extract firmware from Windows WLAN drivers
for Broadcom bcm43xx devices. The firmware is necessary to run such a
card under Linux using the b43 or b43legacy driver.
Authors:
--------
Martin Langer <martin-langer@gmx.de>,
Michael Buesch <mbuesch@freenet.de>
Alex Beregszaszi
Johannes Berg <johannes@sipsolutions.net>
%prep
%setup -q
%patch0
%build
make CFLAGS="$RPM_OPT_FLAGS"
%install
make PREFIX=%{buildroot}/usr \
MANDIR=%{buildroot}/%{_mandir} install
%clean
%__rm -rf %{buildroot}
%files
%defattr(-, root, root)
%{_bindir}/b43-fwcutter
%{_mandir}/man1/b43-fwcutter.1*
%doc README
%changelog
* Thu Jan 10 2008 - cstender@suse.de
- initial package (version 009)