wok view iw/receipt @ rev 8774

Fix: openal compile_rules()
author Antoine Bodin <gokhlayeh@slitaz.org>
date Mon Feb 21 19:43:04 2011 +0100 (2011-02-21)
parents faa4c6e9600b
children 9b67cbf53bff
line source
1 # SliTaz package receipt.
3 PACKAGE="iw"
4 VERSION="0.9.20"
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 DEPENDS="libnl"
12 BUILD_DEPENDS="libnl-dev pkg-config"
13 TAGS="wireless"
15 # Rules to configure and make the package.
16 compile_rules()
17 {
18 cd $src
19 make
20 make DESTDIR=$PWD/_pkg install
21 }
23 # Rules to gen a SliTaz package suitable for Tazpkg.
24 genpkg_rules()
25 {
26 mkdir -p $fs/usr
27 cp -a $_pkg/usr/sbin $fs/usr
28 }