31 lines
1.1 KiB
Bash
31 lines
1.1 KiB
Bash
# Template file for 'filezilla'
|
|
pkgname=filezilla
|
|
version=3.63.1
|
|
revision=1
|
|
build_style=gnu-configure
|
|
configure_args="--disable-static --disable-manualupdatecheck --disable-autoupdatecheck
|
|
--with-wx-config=wx-config-gtk3"
|
|
hostmakedepends="gettext pkg-config"
|
|
makedepends="gnutls-devel pugixml-devel dbus-devel libidn-devel sqlite-devel
|
|
gtk+3-devel wxWidgets-gtk3-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 <helmut@pozimski.eu>"
|
|
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.bz2"
|
|
checksum=4e0b5c0f79f4f8bca4ba21e713ba97b86d5b45c4723de67b9c10d23bf417a37f
|
|
|
|
if [ "$CROSS_BUILD" ]; then
|
|
hostmakedepends+=" wxWidgets-gtk3-devel xdg-utils"
|
|
fi
|
|
|
|
if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
|
|
makedepends+=" libatomic-devel"
|
|
fi
|
|
|
|
case "$XBPS_TARGET_MACHINE" in
|
|
i686*|x86_64*) CFLAGS="-msse2";;
|
|
esac
|