# Description: A fast and reliable FTP, FTPS and SFTP client # URL: https://filezilla-project.org/ # Maintainer: Petar Petrov, slackalaxy at gmail dot com # Depends on: gnome-vfs graphite2 libfilezilla libnotify libsdl2 libsecret libwebp wxgtk name=filezilla version=3.65.0 release=1 source=(https://download.filezilla-project.org/client/FileZilla_${version}_src.tar.xz) build() { cd $name-$version autoreconf -vif ./configure --prefix=/usr \ --disable-autoupdatecheck \ --disable-manualupdatecheck \ --disable-locales \ --disable-dependency-tracking \ --with-pugixml=builtin make make DESTDIR=$PKG install }