diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2009-07-10 17:41:05 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2009-07-13 08:43:44 +0000 |
commit | 4d661b513bb85ea7de78c26725bb69752f3a24ea (patch) | |
tree | 650946ee9c9d5f5b652247e09d794c8525824bbd /non-free/b43-firmware | |
parent | 27bb3d867fda1571914236130cbe0687417e6209 (diff) | |
download | aports-4d661b513bb85ea7de78c26725bb69752f3a24ea.tar.bz2 aports-4d661b513bb85ea7de78c26725bb69752f3a24ea.tar.xz |
non-free/b43-firmware: new aport
firmware for b43 driver
Diffstat (limited to 'non-free/b43-firmware')
-rw-r--r-- | non-free/b43-firmware/APKBUILD | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/non-free/b43-firmware/APKBUILD b/non-free/b43-firmware/APKBUILD new file mode 100644 index 000000000..7cfef4f2c --- /dev/null +++ b/non-free/b43-firmware/APKBUILD @@ -0,0 +1,21 @@ +# Contributor: Natanael Copa <ncopa@alpinelinux.org> +# Maintainer: Natanael Copa <ncopa@alpinelinux.org> +pkgname=b43-firmware +pkgver=4.150.10.5 +pkgrel=0 +pkgdesc="Firmware for b43 driver" +url="http://linuxwireless.org/en/users/Drivers/b43#firmware_installation" +license="propietary" +depends="" +makedepends="b43-fwcutter" +install= +subpackages= +source="http://mirror2.openwrt.org/sources/broadcom-wl-$pkgver.tar.bz2" + +build() { + install -d "$pkgdir"/lib/firmware + b43-fwcutter -w "$pkgdir"/lib/firmware \ + "$srcdir"/broadcom-wl-$pkgver/driver/wl_apsta_mimo.o +} + +md5sums="0c6ba9687114c6b598e8019e262d9a60 broadcom-wl-4.150.10.5.tar.bz2" |