Transition from gnustl to libc++
[termux-packages] / packages / pure-ftpd / build.sh
CommitLineData
d2ac0261
DM
1TERMUX_PKG_HOMEPAGE=https://www.pureftpd.org/project/pure-ftpd
2TERMUX_PKG_DESCRIPTION="Pure-FTPd is a free (BSD), secure, production-quality and standard-conformant FTP server"
958be4c2 3TERMUX_PKG_VERSION=1.0.46
d2ac0261 4TERMUX_PKG_SRCURL=https://download.pureftpd.org/pub/pure-ftpd/releases/pure-ftpd-$TERMUX_PKG_VERSION.tar.gz
958be4c2 5TERMUX_PKG_SHA256=0609807335aade4d7145abdbb5cb05c9856a3e626babe90658cb0df315cb0a5c
323ae2af 6TERMUX_PKG_DEPENDS="libcrypt"
9eb4b2f2
FF
7TERMUX_PKG_EXTRA_CONFIGURE_ARGS="
8--with-ftpwho
9--with-minimal
10--with-nonroot
11--with-puredb
12ac_cv_lib_elf_elf_begin=no
13ac_cv_lib_sodium_crypto_pwhash_scryptsalsa208sha256_str=no
14"
323ae2af 15TERMUX_PKG_CONFFILES="etc/pure-ftpd.conf"