blob: e5c561646047926d1c50311cee084c8bee62ec8d [file] [log] [blame]
Patrick Williamsb48b7b42016-08-17 15:04:38 -05001SUMMARY = "FTP Server with a strong focus on software security"
2DESCRIPTION = "Pure-FTPd is a free (BSD license), secure, production-quality and standard-conformant FTP server."
3HOMEPAGE = "http://www.pureftpd.org/project/pure-ftpd"
4SECTION = "net"
5LICENSE = "BSD"
6LIC_FILES_CHKSUM = "file://COPYING;md5=90352fb2bfe17f4261687a0d6e09f489"
7
Brad Bishop1a4b7ee2018-12-16 17:11:34 -08008DEPENDS = "libcap virtual/crypt"
Patrick Williamsb48b7b42016-08-17 15:04:38 -05009
10
11SRC_URI = "http://download.pureftpd.org/pub/pure-ftpd/releases/pure-ftpd-${PV}.tar.gz \
12 file://0001-Remove-hardcoded-usr-local-includes-from-configure.a.patch \
13 file://nostrip.patch \
14"
15SRC_URI[md5sum] = "4195af8f0e5ee2a798b1014071dae3a3"
16SRC_URI[sha256sum] = "7be73a8e58b190a7054d2ae00c5e650cb9e091980420082d02ec3c3b68d8e7f9"
17
18inherit autotools
19
20EXTRA_OECONF = "--with-minimal"
21PACKAGECONFIG[libsodium] ="ac_cv_lib_sodium_crypto_pwhash_scryptsalsa208sha256_str=yes, \
22 ac_cv_lib_sodium_crypto_pwhash_scryptsalsa208sha256_str=no, libsodium"