libfilezilla: update to 0.17.1.
This commit is contained in:
parent
9fac7e8bdd
commit
0907bedab0
1 changed files with 11 additions and 4 deletions
|
@ -1,18 +1,25 @@
|
||||||
# Template file for 'libfilezilla'
|
# Template file for 'libfilezilla'
|
||||||
# filezilla needs to be rebuilt when libfilezilla version changes, ABI is not stable
|
# filezilla needs to be rebuilt when libfilezilla version changes, ABI is not stable
|
||||||
pkgname=libfilezilla
|
pkgname=libfilezilla
|
||||||
version=0.16.0
|
version=0.17.1
|
||||||
revision=2
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-static"
|
configure_args="--disable-static"
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="nettle-devel"
|
makedepends="nettle-devel gnutls-devel"
|
||||||
short_desc="Small and modern C++ library, which offers some basic functionalities"
|
short_desc="Small and modern C++ library, which offers some basic functionalities"
|
||||||
maintainer="bra1nwave <brainwave@openmailbox.org>"
|
maintainer="bra1nwave <brainwave@openmailbox.org>"
|
||||||
license="GPL-2.0-or-later"
|
license="GPL-2.0-or-later"
|
||||||
homepage="https://lib.filezilla-project.org/"
|
homepage="https://lib.filezilla-project.org/"
|
||||||
distfiles="https://download.filezilla-project.org/${pkgname}/${pkgname}-${version}.tar.bz2"
|
distfiles="https://download.filezilla-project.org/${pkgname}/${pkgname}-${version}.tar.bz2"
|
||||||
checksum=3b6c4be3c57ad5e6e9bcfd365222e95db7f52d2f6a165a9c93747f4aeb0ea7b9
|
checksum=d3ef141b8e5816384f686bd6d67fddcfb04be1cd7804d47df8b4b8b81365d3b2
|
||||||
|
|
||||||
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
|
armv[56]*|ppc|ppc-musl*)
|
||||||
|
makedepends+=" libatomic-devel"
|
||||||
|
LDFLAGS+=" -latomic"
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
|
||||||
libfilezilla-devel_package() {
|
libfilezilla-devel_package() {
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
|
|
Loading…
Reference in a new issue