void-packages/srcpkgs/filezilla/template
2025-08-12 09:39:32 +07:00

26 lines
1.1 KiB
Bash

# Template file for 'filezilla'
pkgname=filezilla
version=3.69.3
revision=1
build_style=gnu-configure
configure_args="--disable-static --disable-manualupdatecheck --disable-autoupdatecheck
--with-wx-config=wx-config-gtk3"
hostmakedepends="gettext pkg-config wxWidgets-gtk3-devel xdg-utils"
makedepends="gnutls-devel pugixml-devel dbus-devel libidn-devel sqlite-devel
gtk+3-devel wxWidgets-gtk3-devel xdg-utils libfilezilla-devel boost-devel"
depends="xdg-utils hicolor-icon-theme desktop-file-utils"
short_desc="Fast and reliable FTP, FTPS and SFTP client"
maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-2.0-or-later"
homepage="https://filezilla-project.org"
changelog="https://svn.filezilla-project.org/filezilla/FileZilla3/trunk/NEWS?view=co"
distfiles="https://download.filezilla-project.org/client/FileZilla_${version}_src.tar.xz"
# filezilla blocks non-web-download
distfiles="https://repo-default.voidlinux.org/distfiles/FileZilla_${version}_src.tar.xz"
checksum=77847c572388df9d64eb547b49b6be81896b57cf41d5e472659dfeb8053ae17e
case "$XBPS_TARGET_MACHINE" in
i686*|x86_64*) CFLAGS="-msse2";;
esac
CXXFLAGS="-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64"