wok-next annotate b43-fwcutter/receipt @ rev 16094
ffmpeg-compat: typo in post_remove()
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Mar 16 14:51:45 2014 +0000 (2014-03-16) |
parents | 472aa51456db |
children | 11b5e93cb5f2 |
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" |
pankso@587 | 9 TARBALL="$PACKAGE-$VERSION.tar.bz2" |
erjo@755 | 10 WEB_SITE="http://bu3sch.de/b43/fwcutter/" |
pankso@587 | 11 WGET_URL="http://bu3sch.de/b43/fwcutter/$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 cd $src |
erjo@755 | 20 make |
pankso@587 | 21 } |
pankso@587 | 22 |
pankso@587 | 23 # Rules to gen a SliTaz package suitable for Tazpkg. |
pankso@587 | 24 genpkg_rules() |
pankso@587 | 25 { |
pankso@587 | 26 mkdir -p $fs/usr/bin |
erjo@755 | 27 cp -a $src/$PACKAGE $fs/usr/bin |
pankso@587 | 28 } |
pankso@587 | 29 |