]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blame_incremental - pkgs/crda/crda.nm
Change file layout of the makefiles.
[people/ms/ipfire-3.x.git] / pkgs / crda / crda.nm
... / ...
CommitLineData
1###############################################################################
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
4###############################################################################
5
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
45end