]> git.ipfire.org Git - ipfire-3.x.git/blob - pkgs/crda/crda.nm
crda: new pakage.
[ipfire-3.x.git] / pkgs / crda / crda.nm
1 ###############################################################################
2 # #
3 # IPFire.org - A linux based firewall #
4 # Copyright (C) 2007, 2008 Michael Tremer & Christian Schmidt #
5 # #
6 # This program is free software: you can redistribute it and/or modify #
7 # it under the terms of the GNU General Public License as published by #
8 # the Free Software Foundation, either version 3 of the License, or #
9 # (at your option) any later version. #
10 # #
11 # This program is distributed in the hope that it will be useful, #
12 # but WITHOUT ANY WARRANTY; without even the implied warranty of #
13 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #
14 # GNU General Public License for more details. #
15 # #
16 # You should have received a copy of the GNU General Public License #
17 # along with this program. If not, see <http://www.gnu.org/licenses/>. #
18 # #
19 ###############################################################################
20
21 ###############################################################################
22 # Definitions
23 ###############################################################################
24
25 include $(PKGROOT)/Include
26
27 PKG_NAME = crda
28 PKG_VER = 1.1.1
29 PKG_REL = 1
30
31 PKG_MAINTAINER = Arne Fitzenreiter <arne.fitzenreiter@ipfire.org>
32 PKG_GROUPS = Network/Wireless
33 PKG_URL = http://linuxwireless.org/en/developers/Regulatory/CRDA
34 PKG_LICENSE = ISC
35 PKG_SUMMARY = Regulatory compliance daemon for 802.11 wireless networking.
36
37 PKG_BUILD_DEPS+= libgcrypt-devel libnl-devel python-m2crypto wireless-regdb
38 PKG_DEPS += wireless-regdb
39
40 define PKG_DESCRIPTION
41 CRDA acts as the udev helper for communication between the kernel \
42 and userspace for regulatory compliance. It relies on nl80211 \
43 for communication. CRDA is intended to be run only through udev \
44 communication from the kernel.
45 endef
46
47 PKG_TARBALL = $(THISAPP).tar.bz2
48
49 define STAGE_PREPARE_CMDS
50 cp -vf /usr/lib/crda/pubkeys/root.key.pub.pem $(DIR_APP)/pubkeys/
51 endef