mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
network/filezilla: Updated for version 3.3.4.1.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
27f192616f
commit
9bc0c41938
3 changed files with 10 additions and 10 deletions
|
@ -2,9 +2,8 @@ FileZilla Client is a fast and reliable cross-platform FTP, FTPS and
|
|||
SFTP client with lots of useful features and an intuitive graphical user
|
||||
interface.
|
||||
|
||||
FileZilla requires wxGTK or wxPython as core dependencies and tinyxml as
|
||||
optional package or it can use builtin package
|
||||
This requires either wxGTK or wxPython.
|
||||
|
||||
In case you don't have tinyxml requirement, you can use builtin package by
|
||||
passing variables to the script (VAR=yes/no ./filezilla.SlackBuild):
|
||||
TINYXML=yes|no (default: no), requires tinyxml
|
||||
tinyxml is an optional dependency - to use an installed version of tinyxml,
|
||||
run the script as "TINYXML=yes ./filezilla.SlackBuild" - otherwise, the
|
||||
build will use an included copy of tinyxml.
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
# THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=filezilla
|
||||
VERSION=${VERSION:-3.3.4}
|
||||
VERSION=${VERSION:-3.3.4.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -60,6 +60,7 @@ else
|
|||
tinyxml="--with-tinyxml=builtin"
|
||||
fi
|
||||
|
||||
|
||||
set -e
|
||||
|
||||
rm -rf $PKG
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="filezilla"
|
||||
VERSION="3.3.4"
|
||||
VERSION="3.3.4.1"
|
||||
HOMEPAGE="http://filezilla-project.org/"
|
||||
DOWNLOAD="http://kent.dl.sourceforge.net/project/filezilla/FileZilla_Client/3.3.4/FileZilla_3.3.4_src.tar.bz2"
|
||||
MD5SUM="690f2bb184bc150138fb0b1082ba9f8b"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/filezilla/FileZilla_3.3.4.1_src.tar.bz2"
|
||||
MD5SUM="ca03b0813ce0e8ce48e4a016845ec81a"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="Willy Sudiarto Raharjo"
|
||||
EMAIL="willysr@slackware-id.org"
|
||||
APPROVED="dsomero"
|
||||
APPROVED="rworkman"
|
||||
|
|
Loading…
Reference in a new issue