wok-current rev 22965
updated iw (5.0.1 -> 5.4)
author | Hans-G?nter Theisgen |
---|---|
date | Fri Feb 28 17:08:39 2020 +0100 (2020-02-28) |
parents | 472184048b8f |
children | 204fd735da5d |
files | iw/receipt |
line diff
1.1 --- a/iw/receipt Fri Feb 28 17:02:51 2020 +0100 1.2 +++ b/iw/receipt Fri Feb 28 17:08:39 2020 +0100 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="iw" 1.7 -VERSION="5.0.1" 1.8 +VERSION="5.4" 1.9 CATEGORY="network" 1.10 TAGS="wireless" 1.11 SHORT_DESC="Wireless configuration tool." 1.12 @@ -14,12 +14,15 @@ 1.13 1.14 DEPENDS="libnl" 1.15 BUILD_DEPENDS="libnl-dev pkg-config" 1.16 + 1.17 HOST_ARCH="i486 arm" 1.18 1.19 # Rules to configure and make the package. 1.20 compile_rules() 1.21 { 1.22 - make -j 1 && 1.23 + export LDFLAGS="$LDFLAGS -lrt" 1.24 + 1.25 + make && 1.26 make DESTDIR=$DESTDIR install 1.27 } 1.28 1.29 @@ -27,5 +30,5 @@ 1.30 genpkg_rules() 1.31 { 1.32 mkdir -p $fs/usr 1.33 - cp -a $install/usr/sbin $fs/usr 1.34 + cp -a $install/usr/sbin $fs/usr 1.35 }