mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
network/filezilla: Fixed dep information
This commit is contained in:
parent
e79bbff3fd
commit
8adc7a2e3c
2 changed files with 1 additions and 3 deletions
|
@ -2,8 +2,6 @@ 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.
|
||||
|
||||
This requires either wxGTK (2.8.12 or higher) or wxPython.
|
||||
|
||||
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.
|
||||
|
|
|
@ -5,6 +5,6 @@ DOWNLOAD="http://downloads.sourceforge.net/filezilla/FileZilla_3.5.3_src.tar.bz2
|
|||
MD5SUM="a1a2848db0c5c8f3321ebe4ee3842e31"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="tinyxml wxPython"
|
||||
REQUIRES="wxPython"
|
||||
MAINTAINER="Willy Sudiarto Raharjo"
|
||||
EMAIL="willysr@slackware-id.org"
|
||||
|
|
Loading…
Reference in a new issue