wok-next view wireless_tools/receipt @ rev 21153

Small updates.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Jan 31 16:45:41 2019 +0200 (2019-01-31)
parents cd7906120828
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="wireless_tools"
4 VERSION="29"
5 CATEGORY="system-tools"
6 SHORT_DESC="Wireless Tools for Linux"
7 MAINTAINER="devel@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="https://hewlettpackard.github.io/wireless-tools/Tools.html"
10 REPOLOGY="wireless-tools"
12 TARBALL="$PACKAGE.$VERSION.tar.gz"
13 WGET_URL="https://hewlettpackard.github.io/wireless-tools/$TARBALL"
15 SPLIT="$PACKAGE-dev"
17 compile_rules() {
18 sed -i 's|PREFIX)/man|PREFIX)/share/man|' Makefile
20 make CC=${HOST_SYSTEM}-gcc PREFIX=$install/usr &&
21 make PREFIX=$install/usr install
22 }
24 genpkg_rules() {
25 case $PACKAGE in
26 wireless_tools)
27 copy @std
28 SUGGESTED="linux-wireless"
29 TAGS="wireless wifi network"
30 ;;
31 *-dev) copy @dev;;
32 esac
33 }
35 post_install_wireless_tools() {
36 [ -n "$quiet" ] || cat <<EOT
38 .--------------------------------------------.
39 | You may need to install linux-wireless |
40 | to have wireless network drivers. |
41 | Or install tazndis to use Windows drivers. |
42 '--------------------------------------------'
43 EOT
44 }