[COPY] --- T2-COPYRIGHT-BEGIN --- [COPY] t2/package/*/pure-ftpd/pure-ftpd.desc [COPY] Copyright (C) 2006 - 2025 The T2 SDE Project [COPY] SPDX-License-Identifier: GPL-2.0 [COPY] --- T2-COPYRIGHT-END --- [I] A secure FTP daemon [T] Pure-FTPd is a free (BSD), secure, production-quality and standard-conformant FTP server. [T] It doesn't provide useless bells and whistles, but focuses on efficiency and ease of use. [T] It provides simple answers to common needs, plus unique useful features for personal [T] users as well as hosting providers. [U] http://www.pureftpd.org [A] Frank DENIS "Jedi/Sector One" [M] The T2 Project [C] extra/tool [F] CROSS [L] OpenSource [S] Stable [V] 1.0.52 [D] 6575e2ae7d1e9cb1a5150885fe2783d094f0280bf030b55a7e737c56 pure-ftpd-1.0.52.tar.gz http://download.pureftpd.org/pub/pure-ftpd/releases/ if [ $prefix_auto = 1 ]; then prefix="opt/pureftpd" set_confopt fi # checking for LDAP support if pkginstalled openldap; then pkgprefix -t openldap var_append confopt ' ' "--with-ldap=$root/$(pkgprefix openldap)" fi