wok rev 8538

Fix: remove src and _pkg varibles in filezilla. Updated url also.
author Christopher Rogers <slaxemulator@gmail.com>
date Sun Feb 13 04:25:50 2011 +0000 (2011-02-13)
parents 9e17b7a54982
children f6d0e56bc02c
files filezilla/receipt
line diff
     1.1 --- a/filezilla/receipt	Sun Feb 13 03:52:53 2011 +0000
     1.2 +++ b/filezilla/receipt	Sun Feb 13 04:25:50 2011 +0000
     1.3 @@ -10,13 +10,12 @@
     1.4  SOURCE="FileZilla"
     1.5  TARBALL="${SOURCE}_${VERSION}_src.tar.bz2"
     1.6  WEB_SITE="http://filezilla-project.org/"
     1.7 -WGET_URL="http://d10xg45o6p6dbl.cloudfront.net/projects/f/filezilla/$TARBALL"
     1.8 +WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
     1.9  TAGS="ftp client"
    1.10  
    1.11  # Rules to configure and make the package.
    1.12  compile_rules()
    1.13  {
    1.14 -	src=$PACKAGE-$VERSION
    1.15  	cd $src
    1.16  	./configure \
    1.17  		--prefix=/usr \
    1.18 @@ -31,7 +30,6 @@
    1.19  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.20  genpkg_rules()
    1.21  {
    1.22 -	_pkg=$PACKAGE-$VERSION/_pkg
    1.23  	mkdir -p $fs/usr/share
    1.24  	cp -a $_pkg/usr/bin $fs/usr
    1.25  	cp -a $_pkg/usr/share/filezilla $fs/usr/share