pure-ftpd_1.0.52.bb 909 B

123456789101112131415161718192021
  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=5138d4a8a877b32de6a78cf7e9e99c25"
  7. DEPENDS = "libcap virtual/crypt"
  8. SRC_URI = "http://download.pureftpd.org/pub/pure-ftpd/releases/pure-ftpd-${PV}.tar.gz \
  9. file://0001-Remove-hardcoded-usr-local-includes-from-configure.a.patch \
  10. file://nostrip.patch \
  11. "
  12. SRC_URI[sha256sum] = "1126f3a95856d08889ff89703cb1aa9ec9924d939d154e96904c920f05dc3c74"
  13. inherit autotools
  14. EXTRA_AUTORECONF += "-I m4"
  15. PACKAGECONFIG[libsodium] = "ac_cv_lib_sodium_crypto_pwhash_scryptsalsa208sha256_str=yes, \
  16. ac_cv_lib_sodium_crypto_pwhash_scryptsalsa208sha256_str=no, libsodium"