wok view iw/receipt @ rev 18897

syslinux/isohybrid.exe add -r support
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Feb 14 22:06:06 2016 +0100 (2016-02-14)
parents de49f29b101e
children f1b179825d23
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 TARBALL="$PACKAGE-$VERSION.tar.xz"
10 WEB_SITE="http://wireless.kernel.org/en/users/Documentation/iw"
11 WGET_URL="https://www.kernel.org/pub/software/network/iw/$TARBALL"
12 TAGS="wireless"
13 HOST_ARCH="i486 arm"
15 DEPENDS="libnl"
16 BUILD_DEPENDS="libnl-dev pkg-config wget"
18 # Rules to configure and make the package.
19 compile_rules()
20 {
21 make && make DESTDIR=$DESTDIR install
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 mkdir -p $fs/usr
28 cp -a $install/usr/sbin $fs/usr
29 }