]> git.pld-linux.org Git - packages/ipw2100-firmware.git/blob - ipw2100-firmware.spec
56ac8f56f33baa9e913bddcb2c1b86c1c148cf36
[packages/ipw2100-firmware.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:        3
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 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
12
13 %description
14 This package contains the firmware for the ipw-2100 driver. Usage of
15 the firmware is subject to the terms contained in
16 %{_docdir}/%{name}-%{version}/LICENSE*. Please read the license
17 carefully.
18
19 %description -l pl.UTF-8
20 Ten pakiet zawiera firmware dla sterownika ipw-2100. Można go używać
21 na warunkach zawartych w pliku
22 %{_docdir}/%{name}-%{version}/LICENSE*. Proszę uważnie
23 przeczytać licencję.
24
25 %prep
26 %setup -q -c
27
28 %install
29 rm -rf $RPM_BUILD_ROOT
30 install -d $RPM_BUILD_ROOT/lib/firmware
31
32 install -p *.fw $RPM_BUILD_ROOT/lib/firmware
33
34 %clean
35 rm -rf $RPM_BUILD_ROOT
36
37 %files
38 %defattr(644,root,root,755)
39 %doc LICENSE
40 /lib/firmware/*.fw
This page took 0.173057 seconds and 2 git commands to generate.