wok-next diff filezilla/receipt @ rev 8584

Fix: using date for aufs versionning is more reliable (thanks godane)
author Antoine Bodin <gokhlayeh@slitaz.org>
date Mon Feb 14 03:10:56 2011 +0100 (2011-02-14)
parents 9be115472bb5
children 46acda958bcb
line diff
     1.1 --- a/filezilla/receipt	Tue Nov 23 01:55:41 2010 +0000
     1.2 +++ b/filezilla/receipt	Mon Feb 14 03:10:56 2011 +0100
     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