wok-next annotate wireless_tools/receipt @ rev 21426

updated qcad (3.7.5 -> 3.24.3.4)
author Hans-G?nter Theisgen
date Tue May 05 07:09:38 2020 +0100 (2020-05-05)
parents cd7906120828
children
rev   line source
al@19741 1 # SliTaz package receipt v2.
erjo@539 2
erjo@539 3 PACKAGE="wireless_tools"
erjo@539 4 VERSION="29"
erjo@539 5 CATEGORY="system-tools"
erjo@539 6 SHORT_DESC="Wireless Tools for Linux"
al@21020 7 MAINTAINER="devel@slitaz.org"
pascal@15363 8 LICENSE="GPL2"
al@19741 9 WEB_SITE="https://hewlettpackard.github.io/wireless-tools/Tools.html"
al@20888 10 REPOLOGY="wireless-tools"
erjo@539 11
al@19741 12 TARBALL="$PACKAGE.$VERSION.tar.gz"
al@19741 13 WGET_URL="https://hewlettpackard.github.io/wireless-tools/$TARBALL"
al@19741 14
al@21020 15 SPLIT="$PACKAGE-dev"
pascal@15363 16
al@20516 17 compile_rules() {
pascal@19294 18 sed -i 's|PREFIX)/man|PREFIX)/share/man|' Makefile
al@20516 19
al@21020 20 make CC=${HOST_SYSTEM}-gcc PREFIX=$install/usr &&
al@21020 21 make PREFIX=$install/usr install
erjo@539 22 }
erjo@539 23
al@20516 24 genpkg_rules() {
al@19741 25 case $PACKAGE in
al@20516 26 wireless_tools)
al@20516 27 copy @std
al@20516 28 SUGGESTED="linux-wireless"
al@20516 29 TAGS="wireless wifi network"
al@20516 30 ;;
al@19741 31 *-dev) copy @dev;;
al@19741 32 esac
erjo@539 33 }
erjo@539 34
al@20516 35 post_install_wireless_tools() {
al@20516 36 [ -n "$quiet" ] || cat <<EOT
al@20516 37
al@20516 38 .--------------------------------------------.
al@20516 39 | You may need to install linux-wireless |
al@20516 40 | to have wireless network drivers. |
al@20516 41 | Or install tazndis to use Windows drivers. |
al@20516 42 '--------------------------------------------'
al@18964 43 EOT
erjo@1894 44 }