diff options
Diffstat (limited to 'source/n/iw')
-rwxr-xr-x | source/n/iw/iw.SlackBuild | 16 | ||||
-rw-r--r-- | source/n/iw/iw.url | 2 | ||||
-rw-r--r-- | source/n/iw/slack-desc | 14 |
3 files changed, 20 insertions, 12 deletions
diff --git a/source/n/iw/iw.SlackBuild b/source/n/iw/iw.SlackBuild index 6ccba9cd..494bae01 100755 --- a/source/n/iw/iw.SlackBuild +++ b/source/n/iw/iw.SlackBuild @@ -1,7 +1,7 @@ -#!/bin/sh +#!/bin/bash # Copyright 2008 Robert Simpson, Ventura, California, USA -# Copyright 2009, 2010 Patrick J. Volkerding, Sebeka, MN, USA +# Copyright 2009, 2010, 2018 Patrick J. Volkerding, Sebeka, MN, USA # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -21,10 +21,11 @@ # OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +cd $(dirname $0) ; CWD=$(pwd) PKGNAM=iw VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z* | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then @@ -36,9 +37,16 @@ if [ -z "$ARCH" ]; then esac fi +# If the variable PRINT_PACKAGE_NAME is set, then this script will report what +# the name of the created package would be, and then exit. This information +# could be useful to other scripts. +if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then + echo "$PKGNAM-$VERSION-$ARCH-$BUILD.txz" + exit 0 +fi + NUMJOBS=${NUMJOBS:-" -j7 "} -CWD=$(pwd) TMP=${TMP:-/tmp} PKG=$TMP/package-$PKGNAM diff --git a/source/n/iw/iw.url b/source/n/iw/iw.url index b9e9c8c8..1532c539 100644 --- a/source/n/iw/iw.url +++ b/source/n/iw/iw.url @@ -1,2 +1,2 @@ HOMEPAGE="http://wireless.kernel.org/en/users/Documentation/iw" -DOWNLOAD="https://www.kernel.org/pub/software/network/iw/iw-4.3.tar.xz" +DOWNLOAD="https://www.kernel.org/pub/software/network/iw/iw-4.14.tar.xz" diff --git a/source/n/iw/slack-desc b/source/n/iw/slack-desc index ca62f79f..7dab581b 100644 --- a/source/n/iw/slack-desc +++ b/source/n/iw/slack-desc @@ -1,19 +1,19 @@ # HOW TO EDIT THIS FILE: -# The "handy ruler" below makes it easier to edit a package description. Line +# The "handy ruler" below makes it easier to edit a package description. Line # up the first '|' above the ':' following the base package name, and the '|' on -# the right side marks the last column you can put a character in. You must make -# exactly 11 lines for the formatting to be correct. It's also customary to +# the right side marks the last column you can put a character in. You must make +# exactly 11 lines for the formatting to be correct. It's also customary to # leave one space after the ':'. |-----handy-ruler----------------------------------------------------------| iw: iw (tool for configuring Linux wireless devices) iw: iw: This package contains the `iw' tool which allows you to configure and -iw: show information about wireless networking. The tool is currently used +iw: show information about wireless networking. The tool is currently used iw: for drivers based on the mac80211 stack, but work is under way to make iw: it useful for other wireless drivers as well. iw: iw: Homepage: http://wireless.kernel.org/en/users/Documentation/iw -iw: -iw: -iw: +iw: +iw: +iw: |