From: Joe MacDonald <Joe_MacDonald@mentor.com>
To: Li xin <lixin.fnst@cn.fujitsu.com>
Cc: openembedded-devel@lists.openembedded.org
Subject: Re: [meta-networking][PATCH v2] ncftp : add new recipe
Date: Tue, 16 Dec 2014 16:10:36 -0500 [thread overview]
Message-ID: <20141216211035.GO6113@mentor.com> (raw)
In-Reply-To: <1417586849-4678-1-git-send-email-lixin.fnst@cn.fujitsu.com>
[-- Attachment #1: Type: text/plain, Size: 1799 bytes --]
[[oe] [meta-networking][PATCH v2] ncftp : add new recipe] On 14.12.03 (Wed 14:07) Li xin wrote:
> ncftp is a sophisticated console ftp client.
>
> Signed-off-by: Li Xin <lixin.fnst@cn.fujitsu.com>
I merged this by cherry-picking Martin's version in master-next then
removed PRIORITY, fixed the spacing and made the variable ordering more
consistent with other recipes, FYI.
-J.
> ---
> .../recipes-daemons/ncftp/ncftp_3.2.5.bb | 24 ++++++++++++++++++++++
> 1 file changed, 24 insertions(+)
> create mode 100644 meta-networking/recipes-daemons/ncftp/ncftp_3.2.5.bb
>
> diff --git a/meta-networking/recipes-daemons/ncftp/ncftp_3.2.5.bb b/meta-networking/recipes-daemons/ncftp/ncftp_3.2.5.bb
> new file mode 100644
> index 0000000..fb9eb94
> --- /dev/null
> +++ b/meta-networking/recipes-daemons/ncftp/ncftp_3.2.5.bb
> @@ -0,0 +1,24 @@
> +DESCRIPTION = "A sophisticated console ftp client"
> +HOMEPAGE = "http://ncftp.com/"
> +SECTION = "console/network"
> +PRIORITY = "optional"
> +LICENSE = "ClArtistic"
> +LIC_FILES_CHKSUM = "file://ncftp/cmds.c;beginline=3;endline=4;md5=9de76faeaedc4f908082e3f8142715f4"
> +
> +SRC_URI = "${DEBIAN_MIRROR}/main/n/${PN}/${PN}_${PV}.orig.tar.gz"
> +SRC_URI[md5sum] = "685e45f60ac11c89442c572c28af4228"
> +SRC_URI[sha256sum] = "ac111b71112382853b2835c42ebe7bd59acb7f85dd00d44b2c19fbd074a436c4"
> +
> +inherit autotools-brokensep pkgconfig
> +
> +DEPENDS = "ncurses"
> +
> +do_configure() {
> + oe_runconf
> +}
> +do_install () {
> + install -d ${D}${bindir} ${D}${sysconfdir} ${D}${mandir}
> + oe_runmake 'prefix=${D}${prefix}' 'BINDIR=${D}${bindir}' \
> + 'SYSCONFDIR=${D}${sysconfdir}' 'mandir=${D}${mandir}' \
> + install
> +}
> --
> 1.8.4.2
>
--
-Joe MacDonald.
:wq
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 501 bytes --]
prev parent reply other threads:[~2014-12-16 21:10 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-11-28 9:53 [meta-networking][PATCH] ncftp : add new recipe Li xin
2014-11-29 14:28 ` Koen Kooi
2014-12-02 21:02 ` Joe MacDonald
2014-12-03 6:07 ` [meta-networking][PATCH v2] " Li xin
2014-12-09 10:39 ` Martin Jansa
2014-12-16 21:10 ` Joe MacDonald [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20141216211035.GO6113@mentor.com \
--to=joe_macdonald@mentor.com \
--cc=lixin.fnst@cn.fujitsu.com \
--cc=openembedded-devel@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.