]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
wireless-regdb: new package needed for crda.
authorArne Fitzenreiter <arne_f@ipfire.org>
Sun, 7 Aug 2011 10:19:28 +0000 (10:19 +0000)
committerArne Fitzenreiter <arne_f@ipfire.org>
Sun, 7 Aug 2011 10:19:28 +0000 (10:19 +0000)
pkgs/wireless-regdb/wireless-regdb.nm [new file with mode: 0644]

diff --git a/pkgs/wireless-regdb/wireless-regdb.nm b/pkgs/wireless-regdb/wireless-regdb.nm
new file mode 100644 (file)
index 0000000..618c20a
--- /dev/null
@@ -0,0 +1,48 @@
+###############################################################################
+#                                                                             #
+# IPFire.org - A linux based firewall                                         #
+# Copyright (C) 2007, 2008 Michael Tremer & Christian Schmidt                 #
+#                                                                             #
+# This program is free software: you can redistribute it and/or modify        #
+# it under the terms of the GNU General Public License as published by        #
+# the Free Software Foundation, either version 3 of the License, or           #
+# (at your option) any later version.                                         #
+#                                                                             #
+# This program is distributed in the hope that it will be useful,             #
+# but WITHOUT ANY WARRANTY; without even the implied warranty of              #
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the               #
+# GNU General Public License for more details.                                #
+#                                                                             #
+# You should have received a copy of the GNU General Public License           #
+# along with this program.  If not, see <http://www.gnu.org/licenses/>.       #
+#                                                                             #
+###############################################################################
+
+###############################################################################
+# Definitions
+###############################################################################
+
+include $(PKGROOT)/Include
+
+PKG_NAME       = wireless-regdb
+PKG_VER        = 2011.04.28
+PKG_REL        = 1
+PKG_ARCH       = noarch
+
+PKG_MAINTA= Arne Fitzenreiter <arne.fitzenreiter@ipfire.org>
+PKG_GROUPS     = Network/Wireless
+PKG_URL        = http://wireless.kernel.org/en/developers/Regulatory/
+PKG_LICENSE    = ISC
+PKG_SUMMARY    = Linux wireless regulatory database.
+
+PKG_BUILD_DEPS+= python python-m2crypto
+
+define PKG_DESCRIPTION
+       This package contains the wireless regulatory database used by all \
+       cfg80211 based Linux wireless drivers. The wireless database being \
+       used is maintained by John Linville, the Linux wireless kernel maintainer \
+       http://wireless.kernel.org/en/develop.
+endef
+
+PKG_TARBALL    = $(THISAPP).tar.bz2
+