b43-firmware in main

This commit is contained in:
Ertuğrul Erata
2015-08-23 19:10:19 +03:00
parent 9a796f9228
commit bc3e6c020e
6 changed files with 137 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
# -*- coding: utf-8 -*-
#
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/licenses/gpl.txt
from pisi.actionsapi import pisitools
from pisi.actionsapi import get
from pisi.actionsapi import shelltools
WorkDir = "broadcom-wl-%s" % get.srcVERSION()
def install():
pisitools.dodir("/lib/firmware")
for obj in ("../wl_apsta-3.130.20.0.o", "linux/wl_apsta.o"):
shelltools.system("b43-fwcutter -w %s/lib/firmware %s" % (get.installDIR(), obj))
+45
View File
@@ -0,0 +1,45 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>b43-firmware</Name>
<Homepage>http://www.linuxwireless.org/en/users/Drivers/b43</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>freedist</License>
<IsA>data</IsA>
<Summary>Firmware for Broadcom B43 wireless network chips</Summary>
<Description>Firmware for Broadcom wireless network chips</Description>
<Archive sha1sum="b1f61d283bd7d05ade313da522cb0d0ad4033652" type="binary">http://mirror2.openwrt.org/sources/wl_apsta-3.130.20.0.o</Archive>
<Archive sha1sum="21691a8c99c66f58d18f863ee43593d1633b454c" type="tarbz2">http://www.lwfinger.com/b43-firmware/broadcom-wl-5.100.138.tar.bz2</Archive>
<BuildDependencies>
<Dependency>b43-fwcutter</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>b43-firmware</Name>
<Files>
<Path fileType="data">/lib/firmware</Path>
</Files>
</Package>
<History>
<Update release="2">
<Date>2014-01-17</Date>
<Version>5.100.138</Version>
<Comment>Rebuild</Comment>
<Name>Stefan Gronewold(groni)</Name>
<Email>groni@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2012-11-15</Date>
<Version>5.100.138</Version>
<Comment>First release</Comment>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Update>
</History>
</PISI>
@@ -0,0 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>b43-firmware</Name>
<Summary xml:lang="tr">Broadcom B43 kablosuz ağ çipleri için aygıt yazılımı</Summary>
<Description xml:lang="tr">Broadcom kablosuz ağ çipleri için aygıt yazılımı</Description>
</Source>
</PISI>
+17
View File
@@ -0,0 +1,17 @@
# -*- coding: utf-8 -*-
#
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/licenses/gpl.txt
from pisi.actionsapi import autotools
from pisi.actionsapi import pisitools
def build():
autotools.make()
def install():
pisitools.dobin("b43-fwcutter")
pisitools.dodoc("COPYING", "README")
pisitools.doman("*.1")
+43
View File
@@ -0,0 +1,43 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>b43-fwcutter</Name>
<Homepage>http://bu3sch.de/b43/fwcutter</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>GPLv2</License>
<IsA>app:console</IsA>
<Summary>Firmware Tool for Broadcom 43xx </Summary>
<Description>Firmware Tool for Broadcom 43xx based wireless network devices using the mac80211 wireless stack</Description>
<Archive sha1sum="e77ff733ec43d77761330e16480b7ffa16c7c5dd" type="tarbz2">http://bues.ch/b43/fwcutter/b43-fwcutter-018.tar.bz2</Archive>
</Source>
<Package>
<Name>b43-fwcutter</Name>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="man">/usr/share/man/man1</Path>
</Files>
</Package>
<History>
<Update release="2">
<Date>2014-02-04</Date>
<Version>018</Version>
<Comment>Version bump.</Comment>
<Name>Alihan Öztürk</Name>
<Email>alihan@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2012-11-15</Date>
<Version>015</Version>
<Comment>First release</Comment>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Update>
</History>
</PISI>
@@ -0,0 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>b43-fwcutter</Name>
<Summary xml:lang="tr">Broadcom kablosuz sürücüleri için firmware üretme aracı</Summary>
<Description xml:lang="tr">b43-fwcutter Broadcom kablosuz sürücüleri için firmware üretmek için kullanılan basit bir araç içerir.</Description>
</Source>
</PISI>