1 TERMUX_PKG_HOMEPAGE=https://www.pureftpd.org/project/pure-ftpd
2 TERMUX_PKG_DESCRIPTION="Pure-FTPd is a free (BSD), secure, production-quality and standard-conformant FTP server"
3 TERMUX_PKG_VERSION=1.0.47
4 TERMUX_PKG_SRCURL=https://download.pureftpd.org/pub/pure-ftpd/releases/pure-ftpd-$TERMUX_PKG_VERSION.tar.gz
5 TERMUX_PKG_SHA256=4740c316f5df879a2d68464489fb9b8b90113fe7dce58e2cdd2054a4768f27ad
6 TERMUX_PKG_DEPENDS="libcrypt, openssl"
7 TERMUX_PKG_EXTRA_CONFIGURE_ARGS="
8 ac_cv_lib_elf_elf_begin=no
9 ac_cv_lib_sodium_crypto_pwhash_scryptsalsa208sha256_str=no
16 TERMUX_PKG_CONFFILES="etc/pure-ftpd.conf"