wok diff iw/receipt @ rev 22464

updated acct (6.6.2 -> 6.6.4)
author Hans-G?nter Theisgen
date Fri Dec 27 15:52:30 2019 +0100 (2019-12-27)
parents 233707dcd752
children 8b407130ed91
line diff
     1.1 --- a/iw/receipt	Wed Apr 16 03:24:21 2014 +0200
     1.2 +++ b/iw/receipt	Fri Dec 27 15:52:30 2019 +0100
     1.3 @@ -1,24 +1,26 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="iw"
     1.7 -VERSION="3.14"
     1.8 +VERSION="5.0.1"
     1.9  CATEGORY="network"
    1.10 +TAGS="wireless"
    1.11  SHORT_DESC="Wireless configuration tool."
    1.12  MAINTAINER="pascal.bellard@slitaz.org"
    1.13  LICENSE="MIT"
    1.14 +WEB_SITE="https://wireless.wiki.kernel.org/en/users/documentation/iw"
    1.15 +
    1.16  TARBALL="$PACKAGE-$VERSION.tar.xz"
    1.17 -WEB_SITE="http://wireless.kernel.org/en/users/Documentation/iw"
    1.18  WGET_URL="https://www.kernel.org/pub/software/network/iw/$TARBALL"
    1.19 -TAGS="wireless"
    1.20 -HOST_ARCH="i486 arm"
    1.21  
    1.22  DEPENDS="libnl"
    1.23 -BUILD_DEPENDS="libnl-dev pkg-config wget"
    1.24 +BUILD_DEPENDS="libnl-dev pkg-config"
    1.25 +HOST_ARCH="i486 arm"
    1.26  
    1.27  # Rules to configure and make the package.
    1.28  compile_rules()
    1.29  {
    1.30 -	make && make DESTDIR=$DESTDIR install
    1.31 +	make -j 1 &&
    1.32 +	make DESTDIR=$DESTDIR install
    1.33  }
    1.34  
    1.35  # Rules to gen a SliTaz package suitable for Tazpkg.