[SM-Commit] GIT changes to master grimoire by Ismael Luceno (1f3bacb815621a7399b85b3c88a7f252504443a7)

Ismael Luceno scm at sourcemage.org
Fri Apr 2 19:11:36 EDT 2010


GIT changes to master grimoire by Ismael Luceno <ismael.luceno at gmail.com>:

 devel/b43-tools/BUILD     |    8 ++++++--
 devel/b43-tools/CONFLICTS |    3 +++
 devel/b43-tools/DETAILS   |    8 +++++++-
 devel/b43-tools/HISTORY   |    5 +++++
 devel/b43-tools/INSTALL   |    7 ++++++-
 5 files changed, 27 insertions(+), 4 deletions(-)

New commits:
commit 1f3bacb815621a7399b85b3c88a7f252504443a7
Author: Ismael Luceno <ismael.luceno at gmail.com>
Commit: Ismael Luceno <ismael.luceno at gmail.com>

    b43-tools: conflicts with *fwcutter

commit 12f95ed4569155ac4e1356f0f282e20f85103df2
Author: Ismael Luceno <ismael.luceno at gmail.com>
Commit: Ismael Luceno <ismael.luceno at gmail.com>

    b43-tools: improved description

commit 70b40a3eb508ddf263417d2843aadce571e34ac5
Author: Ismael Luceno <ismael.luceno at gmail.com>
Commit: Ismael Luceno <ismael.luceno at gmail.com>

    b43-tools: build all the tools

diff --git a/devel/b43-tools/BUILD b/devel/b43-tools/BUILD
index fe2395a..425fd84 100755
--- a/devel/b43-tools/BUILD
+++ b/devel/b43-tools/BUILD
@@ -1,2 +1,6 @@
-cd assembler &&
-make
+for i in assembler disassembler fwcutter ssb_sprom
+do
+    cd ${i} &&
+    make || break
+    cd ..
+done
diff --git a/devel/b43-tools/CONFLICTS b/devel/b43-tools/CONFLICTS
new file mode 100755
index 0000000..b42c6ab
--- /dev/null
+++ b/devel/b43-tools/CONFLICTS
@@ -0,0 +1,3 @@
+conflicts b43-fwcutter     &&
+conflicts bcm43xx-fwcutter &&
+conflicts fwcutter
diff --git a/devel/b43-tools/DETAILS b/devel/b43-tools/DETAILS
index f76ad88..fefb37a 100755
--- a/devel/b43-tools/DETAILS
+++ b/devel/b43-tools/DETAILS
@@ -14,5 +14,11 @@ SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}"
          ENTERED=20100331
            SHORT="Development tools for the BCM43xx chip"
 cat << EOF
-Development tools for the Broadcom 43xx series Wireless-LAN chip
+Development tools for the Broadcom 43xx series Wireless-LAN chip.
+
+This spell includes:
+  * b43-asm
+  * b43-dasm
+  * fwcutter
+  * ssb-sprom
 EOF
diff --git a/devel/b43-tools/HISTORY b/devel/b43-tools/HISTORY
index e13e083..8826811 100644
--- a/devel/b43-tools/HISTORY
+++ b/devel/b43-tools/HISTORY
@@ -1,3 +1,8 @@
+2010-04-02 Ismael Luceno <ismael at sourcemage.org>
+	* BUILD, INSTALL: build all the tools
+	* DETAILS: improved description
+	* CONFLICTS: conflicts with *fwcutter
+
 2010-03-31 Ismael Luceno <ismael at sourcemage.org>
 	* BUILD, DEPENDS, DETAILS, INSTALL, PREPARE: spell created
 
diff --git a/devel/b43-tools/INSTALL b/devel/b43-tools/INSTALL
index 508cb92..964d6ac 100755
--- a/devel/b43-tools/INSTALL
+++ b/devel/b43-tools/INSTALL
@@ -1 +1,6 @@
-make PREFIX="${INSTALL_ROOT}"/usr install
+for i in assembler disassembler fwcutter ssb_sprom
+do
+    cd ${i} &&
+    make PREFIX="${INSTALL_ROOT}"/usr install || break
+    cd ..
+done



More information about the SM-Commit mailing list