# Maintainer: Leonardo Arena # filezilla needs to be rebuilt when libfilezilla version changes, ABI is not stable pkgname=libfilezilla pkgver=0.18.2 pkgrel=0 pkgdesc="C++ library for filezilla" url="https://filezilla-project.org" arch="all" license="GPL-2.0-or-later" makedepends="cppunit-dev gettext gnutls-dev nettle-dev" subpackages="$pkgname-dev $pkgname-lang" source="https://download.filezilla-project.org/libfilezilla/$pkgname-$pkgver.tar.bz2" build() { ./configure \ --prefix=/usr \ --sysconfdir=/etc \ --mandir=/usr/share/man \ --infodir=/usr/share/info \ --disable-static make } check() { make check } package() { make DESTDIR="$pkgdir" install } sha512sums="6f165a008ea8e3090554070685ef042b5304a8e7fdeb9f16c81a01c00b5fcb3d4acd356cfaf3fc1189c04db0b726dd005c592f6c7c6b06a527d8b82e7890257b libfilezilla-0.18.2.tar.bz2"