wok-next annotate b43-fwcutter/receipt @ rev 21195

updated scrollz (2.2.3 -> 2.3)
author Hans-G?nter Theisgen
date Thu Oct 03 15:54:27 2019 +0100 (2019-10-03)
parents 6d2b71cbba60
children
rev   line source
al@19866 1 # SliTaz package receipt v2.
pankso@587 2
pankso@587 3 PACKAGE="b43-fwcutter"
al@19866 4 VERSION="019"
erjo@755 5 CATEGORY="utilities"
al@19866 6 SHORT_DESC="Utility for extracting Broadcom 43xx firmware"
al@21020 7 MAINTAINER="devel@slitaz.org"
pascal@15474 8 LICENSE="BSD"
al@21020 9 WEB_SITE="https://wireless.wiki.kernel.org/en/users/Drivers/b43"
al@19866 10
pankso@587 11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
al@19866 12 WGET_URL="http://bues.ch/b43/fwcutter/$TARBALL"
pascal@15474 13
al@21020 14 compile_rules() {
al@21020 15 make &&
al@21020 16 install -Dm755 b43-fwcutter $install/usr/bin/b43-fwcutter || return 1
al@19275 17
al@19866 18 cook_pick_manpages *.1
pankso@587 19 }
pankso@587 20
al@21020 21 genpkg_rules() {
al@19866 22 copy @std
al@19866 23 TAGS="wireless"
pankso@587 24 }