From: Martin Jansa <martin.jansa@gmail.com>
To: openembedded-devel@lists.openembedded.org
Subject: Re: [meta-networking][PATCH v2] ncftp : add new recipe
Date: Tue, 9 Dec 2014 11:39:04 +0100 [thread overview]
Message-ID: <20141209103904.GJ2470@jama> (raw)
In-Reply-To: <1417586849-4678-1-git-send-email-lixin.fnst@cn.fujitsu.com>
[-- Attachment #1: Type: text/plain, Size: 1878 bytes --]
On Wed, Dec 03, 2014 at 02:07:29PM +0800, Li xin wrote:
> ncftp is a sophisticated console ftp client.
>
> Signed-off-by: Li Xin <lixin.fnst@cn.fujitsu.com>
> ---
> .../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"
Koen already asked to drop this.
> +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
4 spaces for indentation.
> +}
> +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
>
> --
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
--
Martin 'JaMa' Jansa jabber: Martin.Jansa@gmail.com
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 188 bytes --]
next prev parent reply other threads:[~2014-12-09 10:39 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 [this message]
2014-12-16 21:10 ` Joe MacDonald
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=20141209103904.GJ2470@jama \
--to=martin.jansa@gmail.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.