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

Fix web site for the Shimmer Project themes
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu May 10 22:58:32 2018 +0300 (2018-05-10)
parents 11b5e93cb5f2
children d5aab818505e
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"
erjo@784 7 MAINTAINER="erjo@slitaz.org"
pascal@15474 8 LICENSE="BSD"
al@19866 9 WEB_SITE="http://wireless.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
pankso@587 14 # Rules to configure and make the package.
pankso@587 15 compile_rules()
pankso@587 16 {
erjo@755 17 make
al@19866 18 mkdir -p $install/usr/bin
al@19866 19 cp -a b43-fwcutter $install/usr/bin
al@19275 20
al@19866 21 cook_pick_manpages *.1
pankso@587 22 }
pankso@587 23
pankso@587 24 # Rules to gen a SliTaz package suitable for Tazpkg.
pankso@587 25 genpkg_rules()
pankso@587 26 {
al@19866 27 copy @std
al@19866 28 TAGS="wireless"
pankso@587 29 }