# Maintainer: Leonardo Arena pkgname=filezilla pkgver=3.45.1 pkgrel=0 pkgdesc="FTP Client" url="https://filezilla-project.org" arch="all" license="GPL-2.0-or-later" makedepends="gnutls-dev gtk+2.0-dev libfilezilla-dev>=0.18.0 libidn-dev nettle-dev pugixml-dev sqlite-dev wxgtk3-dev xdg-utils" subpackages="$pkgname-doc $pkgname-lang" source="https://download.filezilla-project.org/client/FileZilla_${pkgver}_src.tar.bz2" build() { ./configure \ --prefix=/usr \ --sysconfdir=/etc \ --mandir=/usr/share/man \ --infodir=/usr/share/info \ --without-dbus \ --with-wx-config=/usr/bin/wx-config-gtk3 \ --disable-manualupdatecheck \ --disable-autoupdatecheck make } check() { make check } package() { make DESTDIR="$pkgdir" install } sha512sums="feb267b85ad2843baea0c6df66ed86866121f33e2295fcb9003a8bc2603ad684f4fe801ea842cb291e3fb5cd7195ccb2d21bfa95711a61be6b4debfd4e1c7822 FileZilla_3.45.1_src.tar.bz2"