wok view iw/receipt @ rev 12749

ziproxy: update mod
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed May 09 23:20:27 2012 +0200 (2012-05-09)
parents 9b67cbf53bff
children c993d22235c4
line source
1 # SliTaz package receipt.
3 PACKAGE="iw"
4 VERSION="0.9.22"
5 CATEGORY="network"
6 SHORT_DESC="Wireless configuration tool."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 TARBALL="$PACKAGE-$VERSION.tar.bz2"
9 WEB_SITE="http://wireless.kernel.org/en/users/Documentation/iw"
10 WGET_URL="http://wireless.kernel.org/download/$PACKAGE/$TARBALL"
11 TAGS="wireless"
13 DEPENDS="libnl"
14 BUILD_DEPENDS="libnl-dev pkg-config"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 cd $src
20 make
21 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 $_pkg/usr/sbin $fs/usr
29 }