wok-current rev 16396
Up iw (3.14) and add to ARM
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Wed Apr 16 03:24:21 2014 +0200 (2014-04-16) |
parents | fa39e0a3612e |
children | fb93e543dbce |
files | iw/receipt |
line diff
1.1 --- a/iw/receipt Wed Apr 16 03:02:41 2014 +0200 1.2 +++ b/iw/receipt Wed Apr 16 03:24:21 2014 +0200 1.3 @@ -1,25 +1,24 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="iw" 1.7 -VERSION="3.6" 1.8 +VERSION="3.14" 1.9 CATEGORY="network" 1.10 SHORT_DESC="Wireless configuration tool." 1.11 MAINTAINER="pascal.bellard@slitaz.org" 1.12 LICENSE="MIT" 1.13 -TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.14 +TARBALL="$PACKAGE-$VERSION.tar.xz" 1.15 WEB_SITE="http://wireless.kernel.org/en/users/Documentation/iw" 1.16 -WGET_URL="http://wireless.kernel.org/download/$PACKAGE/$TARBALL" 1.17 +WGET_URL="https://www.kernel.org/pub/software/network/iw/$TARBALL" 1.18 TAGS="wireless" 1.19 +HOST_ARCH="i486 arm" 1.20 1.21 DEPENDS="libnl" 1.22 -BUILD_DEPENDS="libnl-dev pkg-config" 1.23 +BUILD_DEPENDS="libnl-dev pkg-config wget" 1.24 1.25 # Rules to configure and make the package. 1.26 compile_rules() 1.27 { 1.28 - cd $src 1.29 - make 1.30 - make DESTDIR=$DESTDIR install 1.31 + make && make DESTDIR=$DESTDIR install 1.32 } 1.33 1.34 # Rules to gen a SliTaz package suitable for Tazpkg.