]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blame - zd1211-firmware/zd1211-firmware.nm
zd1211-firmware: New package.
[people/ms/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
8release = 1
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/
35 end
36end
37
38packages
39 package %{name}
40end