wok view iw/receipt @ rev 16344

Add: cellwriter (a grid-entry natural handwriting input panel with virtual keyboard)
author Christophe Lincoln <pankso@slitaz.org>
date Sat Apr 12 18:58:11 2014 +0200 (2014-04-12)
parents c993d22235c4
children 233707dcd752
line source
1 # SliTaz package receipt.
3 PACKAGE="iw"
4 VERSION="3.6"
5 CATEGORY="network"
6 SHORT_DESC="Wireless configuration tool."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="MIT"
9 TARBALL="$PACKAGE-$VERSION.tar.bz2"
10 WEB_SITE="http://wireless.kernel.org/en/users/Documentation/iw"
11 WGET_URL="http://wireless.kernel.org/download/$PACKAGE/$TARBALL"
12 TAGS="wireless"
14 DEPENDS="libnl"
15 BUILD_DEPENDS="libnl-dev pkg-config"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 cd $src
21 make
22 make DESTDIR=$DESTDIR install
23 }
25 # Rules to gen a SliTaz package suitable for Tazpkg.
26 genpkg_rules()
27 {
28 mkdir -p $fs/usr
29 cp -a $install/usr/sbin $fs/usr
30 }