[oe] [meta-networking][PATCH v2] ncftp : add new recipe

Martin Jansa martin.jansa at gmail.com
Tue Dec 9 10:39:04 UTC 2014


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 at 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 at lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa at gmail.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 181 bytes
Desc: Digital signature
URL: <http://lists.openembedded.org/pipermail/openembedded-devel/attachments/20141209/cf8fcd50/attachment-0002.sig>


More information about the Openembedded-devel mailing list