CRUX PPC
A lightweight GNU/Linux distribution for PowerPC!
Subversion Repository
Parent Directory
|
Revision Log
Revision 765 -
(show annotations)
Sun Oct 4 15:09:46 2009 UTC (3 years, 7 months ago) by cjg
File size: 466 byte(s)
Sun Oct 4 15:09:46 2009 UTC (3 years, 7 months ago) by cjg
File size: 466 byte(s)
b43-fwcutter: desn\'t depend from hotplug anymore
| 1 | # Description: bcm43xx firmware cutter |
| 2 | # URL: http://bcm43xx.berlios.de/ |
| 3 | # Depends on: |
| 4 | # Maintainer: CRUX PPC team http://cruxppc.sunsite.dk |
| 5 | # PPC!= |
| 6 | |
| 7 | name=b43-fwcutter |
| 8 | version=011 |
| 9 | release=2 |
| 10 | source=(http://bu3sch.de/b43/fwcutter/$name-$version.tar.bz2) |
| 11 | |
| 12 | build() { |
| 13 | cd $name-$version |
| 14 | |
| 15 | sed -i "s|/usr/local|/usr|g" Makefile |
| 16 | |
| 17 | make |
| 18 | mkdir -p $PKG/{usr/bin,usr/man/man1} |
| 19 | |
| 20 | install -D -m 755 $name $PKG/usr/bin |
| 21 | install -D -m 644 $name.1 $PKG/usr/man/man1/$name.1 |
| 22 | } |