wok view wireless-regdb/receipt @ rev 22179

linld: spare up to 30k more for zImage (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Nov 09 13:26:32 2019 +0100 (2019-11-09)
parents db3f648c434e
children 5eee27c40050
line source
1 # SliTaz package receipt.
3 PACKAGE="wireless-regdb"
4 VERSION="2019.06.03"
5 CATEGORY="network"
6 SHORT_DESC="Linux wireless regulatory database."
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="free"
9 WEB_SITE="https://wireless.kernel.org/en/developers/Regulatory"
11 TARBALL="$PACKAGE-$VERSION.tar.xz"
12 WGET_URL="https://www.kernel.org/pub/software/network/$PACKAGE/$TARBALL"
14 DEPENDS=""
15 BUILD_DEPENDS=""
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 : # nothing to be done
21 }
23 # Rules to gen a SliTaz package suitable for Tazpkg.
24 genpkg_rules()
25 {
26 mkdir -p $fs/usr/lib/crda/pubkeys
28 cp -a $src/*.pem $fs/usr/lib/crda/pubkeys
29 cp -a $src/*.bin $fs/usr/lib/crda
30 }