]> git.pld-linux.org Git - SPECS.git/blob - ipw2100-firmware.spec
SPECS updated Mon 29 Apr 22:05:02 CEST 2024
[SPECS.git] / ipw2100-firmware.spec
1 Summary:        Firmware for the Intel(R) PRO/Wireless 2100 Driver
2 Summary(pl.UTF-8):      Firmware dla sterownika do kart Intel(R) PRO/Wireless 2100
3 Name:           ipw2100-firmware
4 Version:        1.3
5 Release:        4
6 License:        distributable
7 Group:          Base/Kernel
8 Source0:        http://bughost.org/firmware/ipw2100-fw-%{version}.tgz
9 # Source0-md5:  46aa75bcda1a00efa841f9707bbbd113
10 URL:            http://ipw2100.sourceforge.net/firmware.php
11 BuildArch:      noarch
12 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
13
14 %description
15 This package contains the firmware for the ipw-2100 driver. Usage of
16 the firmware is subject to the terms contained in
17 %{_docdir}/%{name}-%{version}/LICENSE*. Please read the license
18 carefully.
19
20 %description -l pl.UTF-8
21 Ten pakiet zawiera firmware dla sterownika ipw-2100. Można go używać
22 na warunkach zawartych w pliku
23 %{_docdir}/%{name}-%{version}/LICENSE*. Proszę uważnie
24 przeczytać licencję.
25
26 %prep
27 %setup -q -c
28
29 %install
30 rm -rf $RPM_BUILD_ROOT
31 install -d $RPM_BUILD_ROOT/lib/firmware
32
33 install -p *.fw $RPM_BUILD_ROOT/lib/firmware
34
35 %clean
36 rm -rf $RPM_BUILD_ROOT
37
38 %files
39 %defattr(644,root,root,755)
40 %doc LICENSE
41 /lib/firmware/*.fw
This page took 1.008257 seconds and 3 git commands to generate.