wok view wireless-regdb/receipt @ rev 22434

Add sshrc (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Dec 21 12:20:01 2019 +0100 (2019-12-21)
parents 9a802f91a028
children 212e026e2361
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.wiki.kernel.org/en/developers/regulatory/wireless-regdb"
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 }