wok-next annotate iw/receipt @ rev 21456

updated squid (3.5.27 -> 4.11)
author Hans-G?nter Theisgen
date Thu May 07 14:16:06 2020 +0100 (2020-05-07)
parents d43bf7aae921
children
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"
al@21020 6 SHORT_DESC="Wireless configuration tool"
pascal@1110 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15600 8 LICENSE="MIT"
al@21020 9 WEB_SITE="https://wireless.wiki.kernel.org/en/users/Documentation/iw"
al@21020 10
pankso@16396 11 TARBALL="$PACKAGE-$VERSION.tar.xz"
pankso@16396 12 WGET_URL="https://www.kernel.org/pub/software/network/iw/$TARBALL"
erjo@9996 13
al@20513 14 BUILD_DEPENDS="libnl-dev"
pascal@1110 15
al@21020 16 compile_rules() {
al@21020 17 make &&
al@21020 18 make DESTDIR=$install install
pascal@1110 19 }
pascal@1110 20
al@21020 21 genpkg_rules() {
slaxemulator@6315 22 mkdir -p $fs/usr
pascal@13465 23 cp -a $install/usr/sbin $fs/usr
al@21020 24 DEPENDS="libnl"
al@21020 25 TAGS="wireless"
pascal@1110 26 }