# Maintainer: Leonardo Arena pkgname=filezilla pkgver=3.46.0 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="26ffb039b4a6d51d6d1011ee452f3690f74514c91a9e58c79880dbf778296cfc81283fade52f65f81654b828449e2b7e703b1d6c1e2e84c08f54681d2aa92674 FileZilla_3.46.0_src.tar.bz2"