wok-6.x annotate wireless-regdb/receipt @ rev 22423
Up exo-tools & libexo (0.10.3)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Dec 15 17:53:48 2019 +0100 (2019-12-15) |
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 } |