wok diff wireless-regdb/receipt @ rev 21591

mhwaveedit: add stuff/mhwaveedit.png
author Richard Dunbar <mojo@slitaz.org>
date Mon May 20 19:48:02 2019 -0400 (2019-05-20)
parents
children 9a802f91a028
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/wireless-regdb/receipt	Mon May 20 19:48:02 2019 -0400
     1.3 @@ -0,0 +1,30 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="wireless-regdb"
     1.7 +VERSION="2019.03.01"
     1.8 +CATEGORY="network"
     1.9 +SHORT_DESC="Linux wireless regulatory database."
    1.10 +MAINTAINER="al.bobylev@gmail.com"
    1.11 +LICENSE="free"
    1.12 +WEB_SITE="https://wireless.kernel.org/en/developers/Regulatory"
    1.13 +
    1.14 +TARBALL="$PACKAGE-$VERSION.tar.xz"
    1.15 +WGET_URL="https://www.kernel.org/pub/software/network/$PACKAGE/$TARBALL"
    1.16 +
    1.17 +DEPENDS=""
    1.18 +BUILD_DEPENDS=""
    1.19 +
    1.20 +# Rules to configure and make the package.
    1.21 +compile_rules()
    1.22 +{
    1.23 +	:	# nothing to be done
    1.24 +}
    1.25 +
    1.26 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.27 +genpkg_rules()
    1.28 +{
    1.29 +	mkdir -p $fs/usr/lib/crda/pubkeys
    1.30 +
    1.31 +	cp -a $src/*.pem	$fs/usr/lib/crda/pubkeys
    1.32 +	cp -a $src/*.bin	$fs/usr/lib/crda
    1.33 +}