pkgname=filezilla pkgver=3.34.0 pkgrel=1 pkgdesc="Fast and reliable FTP, FTPS and SFTP client" arch=('x86_64') url="https://filezilla-project.org/" license=('GPL') depends=('dbus' 'xdg-utils' 'wxgtk' 'libidn' 'hicolor-icon-theme' 'sqlite3' 'gnutls' 'libfilezilla' 'libnotify') screenshot="https://filezilla-project.org/images/screenshots/fz3_linux_main.png" source=("https://dl3.cdn.filezilla-project.org/client/FileZilla_${pkgver}_src.tar.bz2") sha512sums=('577118bd053c3aedbe77082b138c30abc6a759b20ea905abc4e9bef965cbca3cf73023186c389ded7d906b7cf76e4f3d4462c00fae62c7b1ae695ad171c88764') build() { cd "${pkgname}-${pkgver}" ./configure \ --prefix=/usr \ --disable-manualupdatecheck \ --disable-autoupdatecheck \ --disable-static \ --enable-locales \ --enable-gnutlssystemciphers \ --with-pugixml=builtin make } package() { cd "${pkgname}-${pkgver}" make DESTDIR="${pkgdir}" install install -dm755 "${pkgdir}/usr/share/doc/${pkgname}" install -Dm644 {AUTHORS,ChangeLog,README} "${pkgdir}/usr/share/doc/${pkgname}/" }