mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-04-02 02:49:12 +00:00
License-Update: Copyright year updated to 2026. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
22 lines
909 B
BlitzBasic
22 lines
909 B
BlitzBasic
SUMMARY = "FTP Server with a strong focus on software security"
|
|
DESCRIPTION = "Pure-FTPd is a free (BSD license), secure, production-quality and standard-conformant FTP server."
|
|
HOMEPAGE = "http://www.pureftpd.org/project/pure-ftpd"
|
|
SECTION = "net"
|
|
LICENSE = "0BSD"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=384872cb5bfd3a52956dc3743ed9fd48"
|
|
|
|
DEPENDS = "libcap virtual/crypt"
|
|
|
|
SRC_URI = "http://download.pureftpd.org/pub/pure-ftpd/releases/pure-ftpd-${PV}.tar.gz \
|
|
file://0001-Remove-hardcoded-usr-local-includes-from-configure.a.patch \
|
|
file://nostrip.patch \
|
|
"
|
|
SRC_URI[sha256sum] = "b3f2b0194223b1e88bf8b0df9e91ffb5d1b9812356e9dd465f2f97b72b21265f"
|
|
|
|
inherit autotools
|
|
|
|
EXTRA_AUTORECONF += "-I m4"
|
|
|
|
PACKAGECONFIG[libsodium] = "ac_cv_lib_sodium_crypto_pwhash_scryptsalsa208sha256_str=yes, \
|
|
ac_cv_lib_sodium_crypto_pwhash_scryptsalsa208sha256_str=no, libsodium"
|