From e4259f59e3e57e11624cc17f72416d535edd4df9 Mon Sep 17 00:00:00 2001 From: Paul Eggleton Date: Mon, 3 Dec 2012 17:16:43 +0000 Subject: pure-ftpd: add new recipe for 1.0.36 Based on a patch by Yauhen Kharuzhy Signed-off-by: Paul Eggleton --- .../recipes-daemons/pure-ftpd/pure-ftpd_1.0.36.bb | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 meta-networking/recipes-daemons/pure-ftpd/pure-ftpd_1.0.36.bb (limited to 'meta-networking/recipes-daemons/pure-ftpd/pure-ftpd_1.0.36.bb') diff --git a/meta-networking/recipes-daemons/pure-ftpd/pure-ftpd_1.0.36.bb b/meta-networking/recipes-daemons/pure-ftpd/pure-ftpd_1.0.36.bb new file mode 100644 index 0000000000..871ab6e528 --- /dev/null +++ b/meta-networking/recipes-daemons/pure-ftpd/pure-ftpd_1.0.36.bb @@ -0,0 +1,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" -- cgit 1.2.3-korg