# Description: ftp client # URL: http://filezilla-project.org # Maintainer: Thomas Penteker, tek at serverop dot de # Depends on: gnutls libidn2 clang name=libfilezilla version=0.19.3 release=1 source=(https://download.filezilla-project.org/${name}/${name}-${version}.tar.bz2) build() { cd $name-$version export CXX=clang++ export CC=clang ./configure \ --prefix=/usr \ --disable-static make make DESTDIR=$PKG install rm -rf $PKG/usr/share/locale }