source: projects/specs/trunk/r/rt2870-firmware/rt2870-firmware-vl.spec @ 1802

Revision 1802, 938 bytes checked in by shaolin, 14 years ago (diff)
  • add rt2870-firmware
Line 
1Summary: Firmware for the Ralink RT28XX/RT30XX USB driver
2Summary(ja): Ralink RT28XX/RT30XX USB ドライバ用のファームウェア
3Name: rt2870-firmware
4Version: 22
5Release: 1%{?_dist_release}
6License: distributable
7Group: System Environment/Kernel
8URL: http://www.ralinktech.com/support.php?s=2
9Source0: RT2870_Firmware_V22.zip
10BuildRoot: %{_tmppath}/%{name}-%{version}-root
11BuildArch: noarch
12
13Vendor: Project Vine
14Distribution: Vine Linux
15Packager: shaolin
16
17%description
18Firwmare used by the rt2870usb wireless driver.
19
20%prep
21%setup -q -n RT2870_Firmware_V%{version}
22
23%install
24rm -rf %{buildroot}
25mkdir -p %{buildroot}/lib/firmware
26install -p *.bin  %{buildroot}/lib/firmware/
27ln -sf rt2870.bin %{buildroot}/lib/firmware/rt3070.bin
28
29%clean
30rm -rf %{buildroot}
31
32%files
33%defattr(-,root,root,-)
34%doc LICENSE*
35/lib/firmware/*
36
37%changelog
38* Sun Sep 12 2010 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 22-1
39- initial build for Vine Linux
Note: See TracBrowser for help on using the repository browser.