# Maintainer: Leonardo Arena pkgname=filezilla pkgver=3.37.4 pkgrel=0 pkgdesc="FTP Client" url="https://filezilla-project.org" arch="all" license="GPL-2.0-or-later" makedepends="libfilezilla-dev wxgtk-dev libidn-dev nettle-dev gnutls-dev pugixml-dev xdg-utils gtk+2.0-dev sqlite-dev" subpackages="$pkgname-doc $pkgname-lang" source="https://download.filezilla-project.org/client/FileZilla_${pkgver}_src.tar.bz2" builddir="$srcdir"/$pkgname-$pkgver build() { cd "$builddir" ./configure --prefix=/usr \ --sysconfdir=/etc \ --mandir=/usr/share/man \ --infodir=/usr/share/info \ --without-dbus make } package() { cd "$builddir" make DESTDIR="$pkgdir" install } check() { cd "$builddir" make check } sha512sums="3f6697fd411b898f0db375bba7e6a34157c73274ee463832c38a4897240d990654c447baad8b0024492cb882106e7e63757d54401c487cfad96038d1f5eabfea FileZilla_3.37.4_src.tar.bz2"