mirror of
https://github.com/termux/termux-packages.git
synced 2025-02-23 01:07:10 +00:00
19 lines
738 B
Bash
19 lines
738 B
Bash
TERMUX_PKG_HOMEPAGE=https://www.pureftpd.org/project/pure-ftpd
|
|
TERMUX_PKG_DESCRIPTION="Pure-FTPd is a free (BSD), secure, production-quality and standard-conformant FTP server"
|
|
TERMUX_PKG_LICENSE="ISC"
|
|
TERMUX_PKG_MAINTAINER="@termux"
|
|
TERMUX_PKG_VERSION="1.0.52"
|
|
TERMUX_PKG_SRCURL=https://download.pureftpd.org/pub/pure-ftpd/releases/pure-ftpd-$TERMUX_PKG_VERSION.tar.gz
|
|
TERMUX_PKG_SHA256=1126f3a95856d08889ff89703cb1aa9ec9924d939d154e96904c920f05dc3c74
|
|
TERMUX_PKG_AUTO_UPDATE=true
|
|
TERMUX_PKG_DEPENDS="libcrypt, openssl"
|
|
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="
|
|
ac_cv_lib_elf_elf_begin=no
|
|
ac_cv_lib_sodium_crypto_pwhash_scryptsalsa208sha256_str=no
|
|
--with-ftpwho
|
|
--with-nonroot
|
|
--with-puredb
|
|
--with-tls
|
|
"
|
|
TERMUX_PKG_CONFFILES="etc/pure-ftpd.conf"
|