wok annotate b43-fwcutter/receipt @ rev 19994

get-opera-blink: latest i386 release is 45.0.2552.898
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Jul 22 10:30:29 2017 +0300 (2017-07-22)
parents c5285953bed2
children ce084335362a
rev   line source
pankso@587 1 # SliTaz package receipt.
pankso@587 2
pankso@587 3 PACKAGE="b43-fwcutter"
slaxemulator@11066 4 VERSION="015"
erjo@755 5 CATEGORY="utilities"
erjo@755 6 SHORT_DESC="Broadcom 43xx Linux Driver."
erjo@784 7 MAINTAINER="erjo@slitaz.org"
pascal@15474 8 LICENSE="BSD"
al@19275 9 WEB_SITE="http://bu3sch.de/b43/fwcutter/"
pankso@587 10 TARBALL="$PACKAGE-$VERSION.tar.bz2"
al@19275 11 WGET_URL="$WEB_SITE$TARBALL"
jozee@3567 12 TAGS="wireless"
pankso@587 13
pascal@15474 14 DEPENDS=""
pascal@15474 15
pankso@587 16 # Rules to configure and make the package.
pankso@587 17 compile_rules()
pankso@587 18 {
erjo@755 19 make
al@19275 20
al@19275 21 cook_pick_manpages $src/*.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 {
pankso@587 27 mkdir -p $fs/usr/bin
erjo@755 28 cp -a $src/$PACKAGE $fs/usr/bin
pankso@587 29 }