wok rev 6253

Up: filezilla to 3.3.4.1.
author Christopher Rogers <slaxemulator@gmail.com>
date Tue Sep 14 01:28:42 2010 +0000 (2010-09-14)
parents d7079996ea29
children b0403f514752
files filezilla/receipt
line diff
     1.1 --- a/filezilla/receipt	Mon Sep 13 18:26:19 2010 +0000
     1.2 +++ b/filezilla/receipt	Tue Sep 14 01:28:42 2010 +0000
     1.3 @@ -1,12 +1,12 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="filezilla"
     1.7 -VERSION="3.2.6.1"
     1.8 +VERSION="3.3.4.1"
     1.9  CATEGORY="network"
    1.10  SHORT_DESC="FTP Client"
    1.11  MAINTAINER="erjo@slitaz.org"
    1.12  DEPENDS="wxWidgets gnutls libidn xorg-libXxf86vm libtasn1"
    1.13 -BUILD_DEPENDS="wxWidgets-dev gnutls-dev"
    1.14 +BUILD_DEPENDS="wxWidgets-dev gnutls gnutls-dev libidn libidn-dev xdg-utils gettext"
    1.15  SOURCE="FileZilla"
    1.16  TARBALL="${SOURCE}_${VERSION}_src.tar.bz2"
    1.17  WEB_SITE="http://filezilla-project.org/"
    1.18 @@ -22,6 +22,8 @@
    1.19  		--prefix=/usr \
    1.20  		--infodir=/usr/share/info \
    1.21  		--mandir=/usr/share/man \
    1.22 +		--with-tinyxml=builtin \
    1.23 +		--without-dbus \
    1.24  		$CONFIGURE_ARGS &&
    1.25  	make && make DESTDIR=$PWD/_pkg install
    1.26  }