wok-stable diff 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 diff
     1.1 --- a/b43-fwcutter/receipt	Mon May 05 14:16:26 2008 +0000
     1.2 +++ b/b43-fwcutter/receipt	Wed May 07 01:14:00 2008 +0200
     1.3 @@ -2,31 +2,25 @@
     1.4  
     1.5  PACKAGE="b43-fwcutter"
     1.6  VERSION="011"
     1.7 -CATEGORY="system-tools"
     1.8 -SHORT_DESC="Broadcom b43 firmware extractor."
     1.9 -MAINTAINER="pankso@slitaz.org"
    1.10 +CATEGORY="utilities"
    1.11 +SHORT_DESC="Broadcom 43xx Linux Driver."
    1.12 +MAINTAINER="Erjo <erjo@slitaz.org>"
    1.13 +DEPENDS=""
    1.14  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.15 -WEB_SITE="http://developer.berlios.de/project/showfiles.php?group_id=4547"
    1.16 +WEB_SITE="http://bu3sch.de/b43/fwcutter/"
    1.17  WGET_URL="http://bu3sch.de/b43/fwcutter/$TARBALL"
    1.18  
    1.19  # Rules to configure and make the package.
    1.20  compile_rules()
    1.21  {
    1.22 -    cd $src
    1.23 -    make
    1.24 +	cd $src
    1.25 +	make
    1.26  }
    1.27  
    1.28  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.29  genpkg_rules()
    1.30  {
    1.31  	mkdir -p $fs/usr/bin
    1.32 -	cp -a $src/b43-fwcutter $fs/usr/bin
    1.33 +	cp -a $src/$PACKAGE $fs/usr/bin
    1.34  }
    1.35  
    1.36 -# Ensure /lib/firmware exist.
    1.37 -post_install()
    1.38 -{
    1.39 -	local root
    1.40 -	root=$1
    1.41 -	mkdir -p $root/lib/firmware
    1.42 -}