]> git.ipfire.org Git - people/arne_f/ipfire-3.x.git/blob - crda/crda.nm
Add a -debuginfo for every package that is not noarch.
[people/arne_f/ipfire-3.x.git] / crda / crda.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = crda
7 version = 1.1.1
8 release = 1
9
10 maintainer = Arne Fitzenreiter <arne.fitzenreiter@ipfire.org>
11 groups = Network/Wireless
12 url = http://linuxwireless.org/en/developers/Regulatory/CRDA
13 license = ISC
14 summary = Regulatory compliance daemon for 802.11 wireless networking.
15
16 description
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.
21 end
22
23 source_dl =
24 sources = %{thisapp}.tar.bz2
25
26 build
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
37 end
38
39 packages
40 package %{name}
41 requires
42 wireless-regdb
43 end
44 end
45
46 package %{name}-debuginfo
47 template DEBUGINFO
48 end
49 end