mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
network/b43legacy-firmware: Added to 12.1 repository
This commit is contained in:
parent
affe2c4da3
commit
17b116f090
4 changed files with 73 additions and 0 deletions
6
network/b43legacy-firmware/README
Normal file
6
network/b43legacy-firmware/README
Normal file
|
@ -0,0 +1,6 @@
|
|||
Broadcom's wireless chip(s) legacy firmware.
|
||||
|
||||
See project homepage http://linuxwireless.org/en/users/Drivers/b43
|
||||
for technical details and copyright information.
|
||||
|
||||
b43-fwcutter is required in order to build this package.
|
40
network/b43legacy-firmware/b43legacy-firmware.SlackBuild
Normal file
40
network/b43legacy-firmware/b43legacy-firmware.SlackBuild
Normal file
|
@ -0,0 +1,40 @@
|
|||
#!/bin/sh
|
||||
|
||||
# Slackware build script for b43legacy
|
||||
# Project Homepage: http://linuxwireless.org/en/users/Drivers/b43
|
||||
|
||||
# Written by Roberto Neri <rneri@libero.it>
|
||||
|
||||
# Modified by Robby Workman <rworkman@slackbuilds.org>
|
||||
|
||||
PRGNAM=b43legacy-firmware
|
||||
VERSION=3.130.20.0
|
||||
ARCH=fw
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
CWD=$(pwd)
|
||||
TMP=${TMP:-/tmp/SBo}
|
||||
PKG=$TMP/package-$PRGNAM
|
||||
OUTPUT=${OUTPUT:-/tmp}
|
||||
|
||||
set -e
|
||||
|
||||
rm -rf $PKG
|
||||
mkdir -p $PKG $OUTPUT
|
||||
|
||||
mkdir -p $PKG/lib/firmware
|
||||
b43-fwcutter \
|
||||
-w $PKG/lib/firmware \
|
||||
$CWD/wl_apsta-3.130.20.0.o
|
||||
chmod 0755 $PKG/lib/firmware/b43legacy
|
||||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||
|
||||
mkdir -p $PKG/install
|
||||
cat $CWD/slack-desc > $PKG/install/slack-desc
|
||||
|
||||
cd $PKG
|
||||
chown -R root:root .
|
||||
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.tgz
|
8
network/b43legacy-firmware/b43legacy-firmware.info
Normal file
8
network/b43legacy-firmware/b43legacy-firmware.info
Normal file
|
@ -0,0 +1,8 @@
|
|||
PRGNAM="b43legacy-firmware"
|
||||
VERSION="3.130.20.0"
|
||||
HOMEPAGE="http://linuxwireless.org/en/users/Drivers/b43"
|
||||
DOWNLOAD="http://downloads.openwrt.org/sources/wl_apsta-3.130.20.0.o"
|
||||
MD5SUM="e08665c5c5b66beb9c3b2dd54aa80cb3"
|
||||
MAINTAINER="Roberto Neri"
|
||||
EMAIL="rneri@libero.it"
|
||||
APPROVED="rworkman"
|
19
network/b43legacy-firmware/slack-desc
Normal file
19
network/b43legacy-firmware/slack-desc
Normal file
|
@ -0,0 +1,19 @@
|
|||
# HOW TO EDIT THIS FILE:
|
||||
# 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
|
||||
# leave one space after the ':'.
|
||||
|
||||
|-----handy-ruler------------------------------------------|
|
||||
b43legacy-firmware: b43legacy-firmware (firmware for b43-legacy chipsets)
|
||||
b43legacy-firmware:
|
||||
b43legacy-firmware: Firmware for Broadcom's legacy wireless chips
|
||||
b43legacy-firmware:
|
||||
b43legacy-firmware: Homepage: http://linuxwireless.org/en/users/Drivers/b43
|
||||
b43legacy-firmware:
|
||||
b43legacy-firmware:
|
||||
b43legacy-firmware:
|
||||
b43legacy-firmware:
|
||||
b43legacy-firmware:
|
||||
b43legacy-firmware:
|
Loading…
Reference in a new issue