wok annotate iw/receipt @ rev 20408
dropbear/sshx: localhost may be undef
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Jul 31 10:05:34 2018 +0200 (2018-07-31) |
parents | de49f29b101e |
children | f1b179825d23 |
rev | line source |
---|---|
pascal@1110 | 1 # SliTaz package receipt. |
pascal@1110 | 2 |
pascal@1110 | 3 PACKAGE="iw" |
pankso@16396 | 4 VERSION="3.14" |
pascal@1110 | 5 CATEGORY="network" |
pascal@1110 | 6 SHORT_DESC="Wireless configuration tool." |
pascal@1110 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@15600 | 8 LICENSE="MIT" |
pankso@16396 | 9 TARBALL="$PACKAGE-$VERSION.tar.xz" |
slaxemulator@6315 | 10 WEB_SITE="http://wireless.kernel.org/en/users/Documentation/iw" |
pankso@16396 | 11 WGET_URL="https://www.kernel.org/pub/software/network/iw/$TARBALL" |
erjo@9996 | 12 TAGS="wireless" |
pankso@16396 | 13 HOST_ARCH="i486 arm" |
erjo@9996 | 14 |
pascal@1110 | 15 DEPENDS="libnl" |
pankso@16396 | 16 BUILD_DEPENDS="libnl-dev pkg-config wget" |
pascal@1110 | 17 |
pascal@1110 | 18 # Rules to configure and make the package. |
pascal@1110 | 19 compile_rules() |
pascal@1110 | 20 { |
pankso@16396 | 21 make && make DESTDIR=$DESTDIR install |
pascal@1110 | 22 } |
pascal@1110 | 23 |
pascal@1110 | 24 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@1110 | 25 genpkg_rules() |
slaxemulator@6315 | 26 { |
slaxemulator@6315 | 27 mkdir -p $fs/usr |
pascal@13465 | 28 cp -a $install/usr/sbin $fs/usr |
pascal@1110 | 29 } |