# Maintainer: Leonardo Arena pkgname=filezilla pkgver=3.44.2 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="9d4678a3a06f0ecac5ecfbae33f83df5f07e26da4f4a7e922fe5b00a5e59d5728af028667f6fa56210a23ecaa1c2a661d1874b218c2511a783644ed2b03e36ad FileZilla_3.44.2_src.tar.bz2"