[COPY] --- T2-COPYRIGHT-BEGIN --- [COPY] t2/package/*/pure-ftpd/pure-ftpd.desc [COPY] Copyright (C) 2006 - 2026 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.53 [D] e6715168d249300d807e934cc60f4859846c6136ffef5e3474488893 pure-ftpd-1.0.53.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