🔒 Repository is read-only – file editing is disabled.
12345678910111213141516171819202122232425262728293031
pkgname: libfilezilla
pkgver: '0.57.0'
pkgrel: 1
pkgdesc: Small and modern C++ library for Filezilla
url: 'https://lib.filezilla-project.org/'
arch: x86_64
license:
- GPL2
depends: []
makedepends:
- libidn2
- gettext
- nettle
- gnutls
- libxcrypt
source:
- 'https://sources.archlinux.org/other/libfilezilla/${pkgname}-${pkgver}.tar.xz'
sha256sums:
- SKIP
build: |
cd ${pkgname}-${pkgver}
./configure --prefix=/usr \
--disable-static
make
make DESTDIR=${PKGDIR} install
# Obsolets libs
rm -f ${PKGDIR}/usr/lib/libfilezilla.la
install -Dm644 COPYING ${PKGDIR}/usr/share/licenses/${pkgname}/COPYING
package: |
true