]> git.ipfire.org Git - ipfire-3.x.git/blame - zd1211-firmware/zd1211-firmware.nm
git: Update to 2.23.0
[ipfire-3.x.git] / zd1211-firmware / zd1211-firmware.nm
CommitLineData
0ee6048f
SS
1###############################################################################
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
4###############################################################################
5
6name = zd1211-firmware
7version = 1.4
c79b39f9 8release = 2
0ee6048f
SS
9arch = noarch
10
11maintainer = Arne Fitzenreiter <arne.fitzenreiter@ipfire.org>
12groups = System/Libraries
13url = http://sourceforge.net/projects/zd1211/
14license = GPLv2
15summary = Firmware Binaries for ZyDAS ZD1211 WLAN USB devices.
16
17description
18 This package contains the firmware files needed for the zd1211 devices to work.
19end
20
21source_dl = http://sourceforge.net/projects/zd1211/files/%{name}/%{version}/
22sources = %{thisapp}.tar.bz2
23
24build
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/
c79b39f9
MT
35
36 chown -Rv root:root %{BUILDROOT}%{prefix}/lib/firmware
0ee6048f
SS
37 end
38end
39
40packages
41 package %{name}
c79b39f9
MT
42 groups += Base
43 end
0ee6048f 44end