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