]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blob - zd1211-firmware/zd1211-firmware.nm
grep: Update to version 2.18.
[people/ms/ipfire-3.x.git] / zd1211-firmware / zd1211-firmware.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = zd1211-firmware
7 version = 1.4
8 release = 2
9 arch = noarch
10
11 maintainer = Arne Fitzenreiter <arne.fitzenreiter@ipfire.org>
12 groups = System/Libraries
13 url = http://sourceforge.net/projects/zd1211/
14 license = GPLv2
15 summary = Firmware Binaries for ZyDAS ZD1211 WLAN USB devices.
16
17 description
18 This package contains the firmware files needed for the zd1211 devices to work.
19 end
20
21 source_dl = http://sourceforge.net/projects/zd1211/files/%{name}/%{version}/
22 sources = %{thisapp}.tar.bz2
23
24 build
25 DIR_APP = %{DIR_SRC}/%{name}
26
27 build
28 : # Nothing to do.
29 end
30
31 install
32 mkdir -pv %{BUILDROOT}%{prefix}/lib/firmware/zd1211/
33 cp -prv zd1211_* %{BUILDROOT}%{prefix}/lib/firmware/zd1211/
34 cp -prv zd1211b_* %{BUILDROOT}%{prefix}/lib/firmware/zd1211/
35
36 chown -Rv root:root %{BUILDROOT}%{prefix}/lib/firmware
37 end
38 end
39
40 packages
41 package %{name}
42 groups += Base
43 end
44 end