wok view iw/receipt @ rev 23056

xplanet: add giflib5 patch
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Mar 07 16:37:51 2020 +0100 (2020-03-07)
parents f1b179825d23
children 71360a13cd94
line source
1 # SliTaz package receipt.
3 PACKAGE="iw"
4 VERSION="5.4"
5 CATEGORY="network"
6 TAGS="wireless"
7 SHORT_DESC="Wireless configuration tool."
8 MAINTAINER="pascal.bellard@slitaz.org"
9 LICENSE="MIT"
10 WEB_SITE="https://wireless.wiki.kernel.org/en/users/documentation/iw"
12 TARBALL="$PACKAGE-$VERSION.tar.xz"
13 WGET_URL="https://www.kernel.org/pub/software/network/iw/$TARBALL"
15 DEPENDS="libnl"
16 BUILD_DEPENDS="libnl-dev pkg-config"
18 HOST_ARCH="i486 arm"
20 # Rules to configure and make the package.
21 compile_rules()
22 {
23 export LDFLAGS="$LDFLAGS -lrt"
25 make &&
26 make DESTDIR=$DESTDIR install
27 }
29 # Rules to gen a SliTaz package suitable for Tazpkg.
30 genpkg_rules()
31 {
32 mkdir -p $fs/usr
33 cp -a $install/usr/sbin $fs/usr
34 }