wok annotate wireless-regdb/receipt @ rev 22760

updated findutils (4.6.0 -> 4.7.0)
author Hans-G?nter Theisgen
date Fri Jan 24 17:10:12 2020 +0100 (2020-01-24)
parents 9a802f91a028
children 212e026e2361
rev   line source
Hans-G?nter@21014 1 # SliTaz package receipt.
Hans-G?nter@21014 2
Hans-G?nter@21014 3 PACKAGE="wireless-regdb"
Hans-G?nter@22135 4 VERSION="2019.06.03"
Hans-G?nter@21014 5 CATEGORY="network"
Hans-G?nter@21014 6 SHORT_DESC="Linux wireless regulatory database."
Hans-G?nter@21014 7 MAINTAINER="al.bobylev@gmail.com"
Hans-G?nter@21014 8 LICENSE="free"
pascal@22423 9 WEB_SITE="https://wireless.wiki.kernel.org/en/developers/regulatory/wireless-regdb"
Hans-G?nter@21014 10
Hans-G?nter@21014 11 TARBALL="$PACKAGE-$VERSION.tar.xz"
Hans-G?nter@21014 12 WGET_URL="https://www.kernel.org/pub/software/network/$PACKAGE/$TARBALL"
Hans-G?nter@21014 13
Hans-G?nter@21014 14 DEPENDS=""
Hans-G?nter@21014 15 BUILD_DEPENDS=""
Hans-G?nter@21014 16
Hans-G?nter@21014 17 # Rules to configure and make the package.
Hans-G?nter@21014 18 compile_rules()
Hans-G?nter@21014 19 {
Hans-G?nter@21014 20 : # nothing to be done
Hans-G?nter@21014 21 }
Hans-G?nter@21014 22
Hans-G?nter@21014 23 # Rules to gen a SliTaz package suitable for Tazpkg.
Hans-G?nter@21014 24 genpkg_rules()
Hans-G?nter@21014 25 {
Hans-G?nter@21014 26 mkdir -p $fs/usr/lib/crda/pubkeys
Hans-G?nter@21014 27
Hans-G?nter@21014 28 cp -a $src/*.pem $fs/usr/lib/crda/pubkeys
Hans-G?nter@21014 29 cp -a $src/*.bin $fs/usr/lib/crda
Hans-G?nter@21014 30 }