wok-6.x annotate b43-fwcutter/receipt @ rev 20009
Add: description.txt and links revision.
author | Leonardo Laporte <hackdorte@yandex.com> |
---|---|
date | Thu Aug 03 05:22:36 2017 -0300 (2017-08-03) |
parents | 11b5e93cb5f2 |
children | 9e6d9bc46ef3 |
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 } |
hackdorte@20009 | 30 |
hackdorte@20009 | 31 ## ----------------------------------------------------------------------- |
hackdorte@20009 | 32 ## Revision: 03/Aug/2017 - SliTaz DevTeam. |
hackdorte@20009 | 33 ## URL: "http://bu3sch.de/b43/fwcutter/" is OFF. |
hackdorte@20009 | 34 ## This looks good? => https://sourceforge.net/projects/bcm43xx.berlios/ |
hackdorte@20009 | 35 ## !! Please, remove this after you update. Thank you. |