# Template file for 'filezilla' pkgname=filezilla version=3.36.0 revision=1 build_style=gnu-configure configure_args="--disable-static --disable-manualupdatecheck --disable-autoupdatecheck" hostmakedepends="pkg-config" makedepends="gnutls-devel pugixml-devel dbus-devel libidn-devel sqlite-devel gtk+-devel wxWidgets-devel xdg-utils libfilezilla-devel" depends="xdg-utils hicolor-icon-theme desktop-file-utils" short_desc="Fast and reliable FTP, FTPS and SFTP client" maintainer="Helmut Pozimski " license="GPL-2.0-or-later" homepage="http://filezilla-project.org/" changelog="https://svn.filezilla-project.org/filezilla/FileZilla3/trunk/NEWS?view=co" distfiles="https://dl3.cdn.filezilla-project.org/client/FileZilla_${version}_src.tar.bz2" checksum=69de6037feac74404dd9b522c35515c4260e258b23083247683443fc32166a0d if [ "$CROSS_BUILD" ]; then hostmakedepends+=" wxWidgets-devel xdg-utils" case "$XBPS_TARGET_MACHINE" in armv6*) makedepends+=" libatomic-devel" ;; esac pre_configure() { # set --host for sub-configure script else configure breaks sed -i -e "s|\"\$ac_abs_confdir/src/fzshellext/configure\" --disable-shellext|& --host=${XBPS_TRIPLET}|" configure } fi