diff options
author | Roberto Neri <rneri@libero.it> | 2012-05-29 17:36:55 -0400 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2012-06-03 15:21:09 -0500 |
commit | 5f13cf75a8f2f695ee6d1a28115d0a6f14f690ea (patch) | |
tree | d60c78bcc42826564c4cc2bcd42e320c2dc35d89 /network/b43-fwcutter/b43-fwcutter.SlackBuild | |
parent | baa4ae0eb3da82336f8e380908596f721bc6f2d1 (diff) | |
download | slackbuilds-5f13cf75a8f2f695ee6d1a28115d0a6f14f690ea.tar.gz |
network/b43-fwcutter: Updated for version 014.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'network/b43-fwcutter/b43-fwcutter.SlackBuild')
-rw-r--r-- | network/b43-fwcutter/b43-fwcutter.SlackBuild | 29 |
1 files changed, 23 insertions, 6 deletions
diff --git a/network/b43-fwcutter/b43-fwcutter.SlackBuild b/network/b43-fwcutter/b43-fwcutter.SlackBuild index ec22022cb1..b887a43afa 100644 --- a/network/b43-fwcutter/b43-fwcutter.SlackBuild +++ b/network/b43-fwcutter/b43-fwcutter.SlackBuild @@ -1,22 +1,39 @@ #!/bin/sh # Slackware build script for b43-fwcutter -# Project Homepage: http://linuxwireless.org/en/users/Drivers/b43 -# Written by Roberto Neri <rneri@libero.it> +# Copyright 2008-2012 Roberto Neri, Palermo, Italy +# +# All rights reserved. +# +# Redistribution and use of this script, with or without modification, is +# permitted provided that the following conditions are met: +# +# 1. Redistributions of this script must retain the above copyright +# notice, this list of conditions and the following disclaimer. +# +# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ''AS IS'' AND ANY EXPRESS OR IMPLIED +# WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF +# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO +# EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, +# PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; +# OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, +# WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR +# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF +# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + # Modified by Robby Workman <rworkman@slackbuilds.org> PRGNAM=b43-fwcutter -VERSION=${VERSION:-013} +VERSION=${VERSION:-014} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} -# Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then case "$( uname -m )" in i?86) ARCH=i486 ;; arm*) ARCH=arm ;; - # Unless $ARCH is already set, use uname -m for all other archs: *) ARCH=$( uname -m ) ;; esac fi @@ -57,7 +74,7 @@ strip --strip-unneeded $PKG/usr/bin/b43-fwcutter gzip -9c b43-fwcutter.1 > $PKG/usr/man/man1/b43-fwcutter.1.gz mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a README $PKG/usr/doc/$PRGNAM-$VERSION +cp -a COPYING README $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild mkdir -p $PKG/install |