Page 1 of 1

Port last filezilla to centos 7

Posted: 2020-06-06 20:50
by sauron-le-noir
I have just port the last filezilla but is it me or the svn tag are not uptodate

llibfilezilla
https://svn.filezilla-project.org/svn/l ... illa/tags/ --> the last tag is 0.16.0
or the built 3.4.0 need Requested 'libfilezilla >= 0.22.0'
https://svn.filezilla-project.org/svn/FileZilla3/tags/ --> the last tag is 3.40.0
or the last version is 3.41.0

I try to automade the compiltion of filezilla based on the svn here is the script currently i'm obliged to download the source manualy
because the last tag is 0.16.0 and not >= 0.22

Code: Select all

prefix=~/build
mkdir -p $prefix/Filezilla3

export PATH="$prefix/Filezilla3/bin:$PATH"
export LD_LIBRARY_PATH="$prefix/Filezilla3/lib:$LD_LIBRARY_PATH"
export PKG_CONFIG_PATH="$prefix/Filezilla3/lib/pkgconfig:$PKG_CONFIG_PATH"
cd $prefix
svn co https://svn.filezilla-project.org/svn/libfilezilla/tags/0.16.0 libfilezilla
cd libfilezilla
autoreconf -i
./configure --prefix="$prefix/Filezilla3" --enable-shared --disable-static 
make && make install
is there another svn updated ?

Re: Port last filezilla to centos 7

Posted: 2020-06-07 09:23
by botg