network/b43-fwcutter: Updated for version 014.

Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
Roberto Neri 2012-05-29 17:36:55 -04:00 committed by Erik Hanson
parent baa4ae0eb3
commit 5f13cf75a8
3 changed files with 30 additions and 13 deletions

View file

@ -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

View file

@ -1,10 +1,10 @@
PRGNAM="b43-fwcutter"
VERSION="013"
VERSION="014"
HOMEPAGE="http://linuxwireless.org/en/users/Drivers/b43"
DOWNLOAD="http://bu3sch.de/b43/fwcutter/b43-fwcutter-013.tar.bz2"
MD5SUM="3547ec6c474ac1bc2c4a5bb765b791a4"
DOWNLOAD="http://bues.ch/b43/fwcutter/b43-fwcutter-014.tar.bz2"
MD5SUM="dd63f9149510bd6e01b89314e955083b"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Roberto Neri"
EMAIL="rneri@libero.it"
APPROVED="rworkman"
APPROVED="dsomero"

View file

@ -5,12 +5,12 @@
# exactly 11 lines for the formatting to be correct. It's also customary to
# leave one space after the ':'.
|-----handy-ruler------------------------------------------------|
|-----handy-ruler------------------------------------------------------|
b43-fwcutter: b43-fwcutter (firmware extracter)
b43-fwcutter:
b43-fwcutter:
b43-fwcutter: b43-fwcutter is a tool which can extract firmware from various
b43-fwcutter: source files. It's written for BCM43xx driver files.
b43-fwcutter:
b43-fwcutter:
b43-fwcutter: Homepage: http://linuxwireless.org/en/users/Drivers/b43
b43-fwcutter:
b43-fwcutter: