wok view wireless-regdb/receipt @ rev 22413

clamav 0.101.1 -> 0.101.2: fixes a few CVEs; new requirement: libcurl
author Erkan Yilmaz <erkan@slitaz.org>
date Sat Dec 14 19:36:12 2019 +0000 (2019-12-14)
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 }