wok view b43-fwcutter/receipt @ rev 20291

elilo: mkdir $install/usr/share (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Apr 16 11:16:22 2018 +0200 (2018-04-16)
parents 11b5e93cb5f2
children 9e6d9bc46ef3
line source
1 # SliTaz package receipt.
3 PACKAGE="b43-fwcutter"
4 VERSION="015"
5 CATEGORY="utilities"
6 SHORT_DESC="Broadcom 43xx Linux Driver."
7 MAINTAINER="erjo@slitaz.org"
8 LICENSE="BSD"
9 WEB_SITE="http://bu3sch.de/b43/fwcutter/"
10 TARBALL="$PACKAGE-$VERSION.tar.bz2"
11 WGET_URL="$WEB_SITE$TARBALL"
12 TAGS="wireless"
14 DEPENDS=""
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 make
21 cook_pick_manpages $src/*.1
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 mkdir -p $fs/usr/bin
28 cp -a $src/$PACKAGE $fs/usr/bin
29 }
31 ## -----------------------------------------------------------------------
32 ## Revision: 03/Aug/2017 - SliTaz DevTeam.
33 ## URL: "http://bu3sch.de/b43/fwcutter/" is OFF.
34 ## This looks good? => https://sourceforge.net/projects/bcm43xx.berlios/
35 ## !! Please, remove this after you update. Thank you.