# Maintainer: Leonardo Arena # filezilla needs to be rebuilt when libfilezilla version changes, ABI is not stable pkgname=libfilezilla pkgver=0.18.1 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="b1077a48575ec6bd99cb01a21171fdec4ea662bb4ecb568cb547c6401164854588801cdc4ae80d62809534d2b04d42dcc3f7325bf57af0e2e737a4ca9f15032e libfilezilla-0.18.1.tar.bz2"