wok view wireless-regdb/receipt @ rev 23863

syslinux/isoboot.s: accept user args
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Jun 19 15:46:21 2020 +0000 (2020-06-19)
parents 5eee27c40050
children 922f061231c2
line source
1 # SliTaz package receipt.
3 PACKAGE="wireless-regdb"
4 VERSION="2020.04.29"
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 }