aboutsummaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-daemons/pure-ftpd/pure-ftpd_1.0.36.bb
blob: 871ab6e528ccfa4c369c2ade2a7cd72c3133a851 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
SUMMARY = "Pure-FTPd is a free (BSD), secure, production-quality and standard-conformant FTP server"
HOMEPAGE = "http://www.pureftpd.org/project/pure-ftpd"
LICENSE = "BSD"
LIC_FILES_CHKSUM = "file://COPYING;md5=ae9e161311a5a0768c333b537a40e332"

DEPENDS = "libcap"

PR = "r0"

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[md5sum] = "bbcb48e8aa6ec1abff9775b89f84af91"
SRC_URI[sha256sum] = "90fb63b1a9d448076aa9f3e3c74b298965f98e03c824e9a4d241fffe8eb3a130"

inherit autotools

EXTRA_OECONF = "--with-minimal"