rt2870-firmware-vl.spec 938 B

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