56e742afce57752d6c96f6197a9e6d5942bd2e26
[termux-packages] / packages / pure-ftpd / build.sh
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.46
4 TERMUX_PKG_SRCURL=https://download.pureftpd.org/pub/pure-ftpd/releases/pure-ftpd-$TERMUX_PKG_VERSION.tar.gz
5 TERMUX_PKG_SHA256=0609807335aade4d7145abdbb5cb05c9856a3e626babe90658cb0df315cb0a5c
6 TERMUX_PKG_DEPENDS="libcrypt"
7 TERMUX_PKG_EXTRA_CONFIGURE_ARGS="
8 --with-ftpwho
9 --with-minimal
10 --with-nonroot
11 --with-puredb
12 ac_cv_lib_elf_elf_begin=no
13 ac_cv_lib_sodium_crypto_pwhash_scryptsalsa208sha256_str=no
14 "
15 TERMUX_PKG_CONFFILES="etc/pure-ftpd.conf"