wok-next view iw/receipt @ rev 20663

Fix web site for the Shimmer Project themes
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu May 10 22:58:32 2018 +0300 (2018-05-10)
parents c4e53a39395a
children d5aab818505e
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"
14 DEPENDS="libnl"
15 BUILD_DEPENDS="libnl-dev"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 make && make DESTDIR=$DESTDIR install
21 }
23 # Rules to gen a SliTaz package suitable for Tazpkg.
24 genpkg_rules()
25 {
26 mkdir -p $fs/usr
27 cp -a $install/usr/sbin $fs/usr
28 }