wok-next diff iw/receipt @ rev 21058
Update viewnior (1.7)
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Mon Dec 03 23:35:15 2018 +0200 (2018-12-03) |
parents | d43bf7aae921 |
children |
line diff
1.1 --- a/iw/receipt Wed Mar 21 15:58:17 2018 +0200 1.2 +++ b/iw/receipt Mon Dec 03 23:35:15 2018 +0200 1.3 @@ -3,26 +3,24 @@ 1.4 PACKAGE="iw" 1.5 VERSION="3.14" 1.6 CATEGORY="network" 1.7 -SHORT_DESC="Wireless configuration tool." 1.8 +SHORT_DESC="Wireless configuration tool" 1.9 MAINTAINER="pascal.bellard@slitaz.org" 1.10 LICENSE="MIT" 1.11 +WEB_SITE="https://wireless.wiki.kernel.org/en/users/Documentation/iw" 1.12 + 1.13 TARBALL="$PACKAGE-$VERSION.tar.xz" 1.14 -WEB_SITE="http://wireless.kernel.org/en/users/Documentation/iw" 1.15 WGET_URL="https://www.kernel.org/pub/software/network/iw/$TARBALL" 1.16 -TAGS="wireless" 1.17 1.18 -DEPENDS="libnl" 1.19 BUILD_DEPENDS="libnl-dev" 1.20 1.21 -# Rules to configure and make the package. 1.22 -compile_rules() 1.23 -{ 1.24 - make && make DESTDIR=$DESTDIR install 1.25 +compile_rules() { 1.26 + make && 1.27 + make DESTDIR=$install install 1.28 } 1.29 1.30 -# Rules to gen a SliTaz package suitable for Tazpkg. 1.31 -genpkg_rules() 1.32 -{ 1.33 +genpkg_rules() { 1.34 mkdir -p $fs/usr 1.35 cp -a $install/usr/sbin $fs/usr 1.36 + DEPENDS="libnl" 1.37 + TAGS="wireless" 1.38 }