Patrick Williams | 92b42cb | 2022-09-03 06:53:57 -0500 | [diff] [blame^] | 1 | SUMMARY = "FTP Server with a strong focus on software security" |
| 2 | DESCRIPTION = "Pure-FTPd is a free (BSD license), secure, production-quality and standard-conformant FTP server." |
| 3 | HOMEPAGE = "http://www.pureftpd.org/project/pure-ftpd" |
| 4 | SECTION = "net" |
| 5 | LICENSE = "0BSD" |
| 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=194bc994ad6bbd4ff5a021082fe52156" |
| 7 | |
| 8 | DEPENDS = "libcap virtual/crypt" |
| 9 | |
| 10 | SRC_URI = "http://download.pureftpd.org/pub/pure-ftpd/releases/pure-ftpd-${PV}.tar.gz \ |
| 11 | file://0001-Remove-hardcoded-usr-local-includes-from-configure.a.patch \ |
| 12 | file://nostrip.patch \ |
| 13 | " |
| 14 | SRC_URI[sha256sum] = "4160f66b76615eea2397eac4ea3f0a146b7928207b79bc4cc2f99ad7b7bd9513" |
| 15 | |
| 16 | inherit autotools |
| 17 | |
| 18 | PACKAGECONFIG[libsodium] ="ac_cv_lib_sodium_crypto_pwhash_scryptsalsa208sha256_str=yes, \ |
| 19 | ac_cv_lib_sodium_crypto_pwhash_scryptsalsa208sha256_str=no, libsodium" |