Author: arekm Date: Fri Oct 26 20:29:14 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - initial
---- Files affected: SPECS: b43-fwcutter.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SPECS/b43-fwcutter.spec diff -u /dev/null SPECS/b43-fwcutter.spec:1.1 --- /dev/null Fri Oct 26 22:29:14 2007 +++ SPECS/b43-fwcutter.spec Fri Oct 26 22:29:09 2007 @@ -0,0 +1,50 @@ +# $Revision$, $Date$ +Summary: Utility for extracting Broadcom 43xx firmware +Name: b43-fwcutter +Version: 008 +Release: 1 +License: GPL +Group: Applications/System +Source0: http://linuxwireless.org/download/b43/fwcutter/%{name}.tar.bz2 +# Source0-md5: 3f7fbf4f8dcd296c6d1b0d42eab0f9ac +URL: http://linuxwireless.org/en/users/Drivers/b43#devicefirmware +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +fwcutter is a tool which can extract firmware from various source +files. It's written for (new) b43 and b43legacy drivers. + +%prep +%setup -q + +%build +%{__make} \ + CC="%{__cc}" \ + CFLAGS="%{rpmcflags} -D_BSD_SOURCE" + +%install +rm -rf $RPM_BUILD_ROOT + +install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1} + +install b43-fwcutter $RPM_BUILD_ROOT%{_bindir} +install b43-fwcutter.1 $RPM_BUILD_ROOT%{_mandir}/man1 + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%doc README +%attr(755,root,root) %{_bindir}/* +%{_mandir}/man?/* + +%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:29:09 arekm +- initial + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
