remove old bep file, b43_fwcutter is included in the wireless firmwares update (#1324)

This commit is contained in:
Schrijvers Luc
2017-05-06 21:45:27 +02:00
committed by waddlesplash
parent a20b67b147
commit 24d1bf94d0
2 changed files with 0 additions and 42 deletions

View File

@@ -1,28 +0,0 @@
DESCRIPTION="
A tool for extracting the firmware from a binary Broadcom 43xx wireless driver.
"
HOMEPAGE="http://linuxwireless.org/en/users/Drivers/b43"
SOURCE_URI="http://bues.ch/b43/fwcutter/b43-fwcutter-012.tar.bz2"
CHECKSUM_MD5="69eadf67b459f313a8d6b37aaabef96c"
REVISION="1"
STATUS_HAIKU="stable"
DEPEND=""
BUILD()
{
cd b43-fwcutter-012
wget http://cgit.haiku-os.org/haiku/plain/src/system/libroot/posix/glibc/string/byteswap.h
mkdir bits
wget http://cgit.haiku-os.org/haiku/plain/src/system/libroot/posix/glibc/include/arch/x86/bits/byteswap.h -O bits/byteswap.h
make PREFIX=`finddir B_COMMON_DIRECTORY` CFLAGS="-I. -Wall -D_BSD_SOURCE"
}
INSTALL()
{
cd b43-fwcutter-012
make PREFIX=$DESTDIR/`finddir B_COMMON_DIRECTORY` install
}
LICENSE="GNU GPL v2"
COPYRIGHT="2005 Martin Langer
2005-2007 Michael Buesch
2005 Alex Beregszaszi
2007 Johannes Berg"

View File

@@ -1,14 +0,0 @@
diff -up b43-fwcutter-012/Makefile.orig b43-fwcutter-012/Makefile
--- b43-fwcutter-012/Makefile.orig 2009-06-02 09:52:55.058982400 -0600
+++ b43-fwcutter-012/Makefile 2012-06-16 16:13:04.182452224 -0600
@@ -24,8 +24,8 @@ $(BIN): $(OBJECTS)
install: all
-install -d -o 0 -g 0 -m 755 $(PREFIX)/bin/
-install -o 0 -g 0 -m 755 $(BIN) $(PREFIX)/bin/
- -install -d -o 0 -g 0 -m 755 $(PREFIX)/man/man1/
- -install -o 0 -g 0 -m 644 $(BIN).1 $(PREFIX)/man/man1/
+ -install -d -o 0 -g 0 -m 755 $(PREFIX)/documentation/man/man1/
+ -install -o 0 -g 0 -m 644 $(BIN).1 $(PREFIX)/documentation/man/man1/
clean:
-rm -f *.o $(BIN)