wok view 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
line source
1 # SliTaz package receipt.
3 PACKAGE="b43-fwcutter"
4 VERSION="011"
5 CATEGORY="utilities"
6 SHORT_DESC="Broadcom 43xx Linux Driver."
7 MAINTAINER="Erjo <erjo@slitaz.org>"
8 DEPENDS=""
9 TARBALL="$PACKAGE-$VERSION.tar.bz2"
10 WEB_SITE="http://bu3sch.de/b43/fwcutter/"
11 WGET_URL="http://bu3sch.de/b43/fwcutter/$TARBALL"
13 # Rules to configure and make the package.
14 compile_rules()
15 {
16 cd $src
17 make
18 }
20 # Rules to gen a SliTaz package suitable for Tazpkg.
21 genpkg_rules()
22 {
23 mkdir -p $fs/usr/bin
24 cp -a $src/$PACKAGE $fs/usr/bin
25 }