# SliTaz package receipt.

PACKAGE="b43-fwcutter"
VERSION="015"
CATEGORY="utilities"
SHORT_DESC="Broadcom 43xx Linux Driver."
MAINTAINER="erjo@slitaz.org"
DEPENDS=""
TARBALL="$PACKAGE-$VERSION.tar.bz2"
WEB_SITE="http://bu3sch.de/b43/fwcutter/"
WGET_URL="http://bu3sch.de/b43/fwcutter/$TARBALL"
TAGS="wireless"

# Rules to configure and make the package.
compile_rules()
{
	cd $src
	make
}

# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
	mkdir -p $fs/usr/bin
	cp -a $src/$PACKAGE $fs/usr/bin
}