wok-next view iw/receipt @ rev 21721

created recipes for efivar and efibootmgr
author Hans-G?nter Theisgen
date Tue Sep 01 10:09:15 2020 +0100 (2020-09-01)
parents d43bf7aae921
children
line source
1 # SliTaz package receipt.
3 PACKAGE="iw"
4 VERSION="3.14"
5 CATEGORY="network"
6 SHORT_DESC="Wireless configuration tool"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="MIT"
9 WEB_SITE="https://wireless.wiki.kernel.org/en/users/Documentation/iw"
11 TARBALL="$PACKAGE-$VERSION.tar.xz"
12 WGET_URL="https://www.kernel.org/pub/software/network/iw/$TARBALL"
14 BUILD_DEPENDS="libnl-dev"
16 compile_rules() {
17 make &&
18 make DESTDIR=$install install
19 }
21 genpkg_rules() {
22 mkdir -p $fs/usr
23 cp -a $install/usr/sbin $fs/usr
24 DEPENDS="libnl"
25 TAGS="wireless"
26 }