]> git.ipfire.org Git - ipfire-3.x.git/blame - crda/crda.nm
Merge branch 'master' of ssh://git.ipfire.org/pub/git/ipfire-3.x
[ipfire-3.x.git] / crda / crda.nm
CommitLineData
79e213a3 1###############################################################################
802ea3af
MT
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
79e213a3
AF
4###############################################################################
5
802ea3af
MT
6name = crda
7version = 1.1.1
8release = 1
9
10maintainer = Arne Fitzenreiter <arne.fitzenreiter@ipfire.org>
11groups = Network/Wireless
12url = http://linuxwireless.org/en/developers/Regulatory/CRDA
13license = ISC
14summary = Regulatory compliance daemon for 802.11 wireless networking.
15
16description
17 CRDA acts as the udev helper for communication between the kernel
18 and userspace for regulatory compliance. It relies on nl80211
19 for communication. CRDA is intended to be run only through udev
20 communication from the kernel.
21end
22
23source_dl =
24sources = %{thisapp}.tar.bz2
25
26build
27 requires
28 libgcrypt-devel
29 libnl-devel
30 python-m2crypto
31 wireless-regdb
32 end
33
34 prepare_cmds
35 cp -vf /usr/lib/crda/pubkeys/root.key.pub.pem %{DIR_APP}/pubkeys/
36 end
37end
38
39packages
40 package %{name}
41 requires
42 wireless-regdb
43 end
44 end
1f9bc2f0
MT
45
46 package %{name}-debuginfo
47 template DEBUGINFO
48 end
802ea3af 49end