wok-6.x annotate b43-fwcutter/receipt @ rev 755
Add: b43-fwcutter, cabextract, unshield, pure-ftpd, pure-ftpd-extras. fix DEPNDS in ndiswrapper
author | Eric Joseph-Alexandre <erjo@slitaz.org> |
---|---|
date | Wed May 07 01:14:00 2008 +0200 (2008-05-07) |
parents | 357c9dba020c |
children | a075ff895254 |
rev | line source |
---|---|
pankso@587 | 1 # SliTaz package receipt. |
pankso@587 | 2 |
pankso@587 | 3 PACKAGE="b43-fwcutter" |
pankso@587 | 4 VERSION="011" |
erjo@755 | 5 CATEGORY="utilities" |
erjo@755 | 6 SHORT_DESC="Broadcom 43xx Linux Driver." |
erjo@755 | 7 MAINTAINER="Erjo <erjo@slitaz.org>" |
erjo@755 | 8 DEPENDS="" |
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" |
pankso@587 | 12 |
pankso@587 | 13 # Rules to configure and make the package. |
pankso@587 | 14 compile_rules() |
pankso@587 | 15 { |
erjo@755 | 16 cd $src |
erjo@755 | 17 make |
pankso@587 | 18 } |
pankso@587 | 19 |
pankso@587 | 20 # Rules to gen a SliTaz package suitable for Tazpkg. |
pankso@587 | 21 genpkg_rules() |
pankso@587 | 22 { |
pankso@587 | 23 mkdir -p $fs/usr/bin |
erjo@755 | 24 cp -a $src/$PACKAGE $fs/usr/bin |
pankso@587 | 25 } |
pankso@587 | 26 |