wok rev 21014
added updated version of wireless-regdb from Alexej Bobylev
author | Hans-G?nter Theisgen |
---|---|
date | Sun Mar 10 07:33:11 2019 +0100 (2019-03-10) |
parents | 3930768ec584 |
children | 9a3e467ad16b |
files | wireless-regdb/description.txt wireless-regdb/receipt |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/wireless-regdb/description.txt Sun Mar 10 07:33:11 2019 +0100 1.3 @@ -0,0 +1,4 @@ 1.4 +This package contains the wireless regulatory database used by all 1.5 +cfg80211 based Linux wireless drivers. The wireless database being 1.6 +used is maintained by John Linville, the Linux wireless kernel maintainer 1.7 +http://wireless.kernel.org/en/developers/Regulatory/
2.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 2.2 +++ b/wireless-regdb/receipt Sun Mar 10 07:33:11 2019 +0100 2.3 @@ -0,0 +1,30 @@ 2.4 +# SliTaz package receipt. 2.5 + 2.6 +PACKAGE="wireless-regdb" 2.7 +VERSION="2019.03.01" 2.8 +CATEGORY="network" 2.9 +SHORT_DESC="Linux wireless regulatory database." 2.10 +MAINTAINER="al.bobylev@gmail.com" 2.11 +LICENSE="free" 2.12 +WEB_SITE="https://wireless.kernel.org/en/developers/Regulatory" 2.13 + 2.14 +TARBALL="$PACKAGE-$VERSION.tar.xz" 2.15 +WGET_URL="https://www.kernel.org/pub/software/network/$PACKAGE/$TARBALL" 2.16 + 2.17 +DEPENDS="" 2.18 +BUILD_DEPENDS="" 2.19 + 2.20 +# Rules to configure and make the package. 2.21 +compile_rules() 2.22 +{ 2.23 + : # nothing to be done 2.24 +} 2.25 + 2.26 +# Rules to gen a SliTaz package suitable for Tazpkg. 2.27 +genpkg_rules() 2.28 +{ 2.29 + mkdir -p $fs/usr/lib/crda/pubkeys 2.30 + 2.31 + cp -a $src/*.pem $fs/usr/lib/crda/pubkeys 2.32 + cp -a $src/*.bin $fs/usr/lib/crda 2.33 +}