On 03/08/2013 02:11 PM, Bernhard Walle wrote:
> Signed-off-by: Bernhard Walle <[email protected]>
> ---
>  rules/tree.in   |  9 +++++++++
>  rules/tree.make | 59 
> +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
>  2 files changed, 68 insertions(+)
>  create mode 100644 rules/tree.in
>  create mode 100644 rules/tree.make
> 
> diff --git a/rules/tree.in b/rules/tree.in
> new file mode 100644
> index 0000000..d513f04
> --- /dev/null
> +++ b/rules/tree.in
> @@ -0,0 +1,9 @@
> +## SECTION=shell_and_console
> +
> +config TREE
> +     tristate
> +     prompt "tree"
> +     select GCCLIBS_GCC_S
> +     help
> +       A directory listing program displaying a depth indented list of
> +       files.
> diff --git a/rules/tree.make b/rules/tree.make
> new file mode 100644
> index 0000000..997aabb
> --- /dev/null
> +++ b/rules/tree.make
> @@ -0,0 +1,59 @@
> +# -*-makefile-*-
> +#
> +# Copyright (C) 2013 by Bernhard Walle <[email protected]>
> +#
> +# See CREDITS for details about who has contributed to this project.
> +#
> +# For further information about the PTXdist project and license conditions
> +# see the README file.
> +#
> +
> +#
> +# We provide this package
> +#
> +PACKAGES-$(PTXCONF_TREE) += tree
> +
> +#
> +# Paths and names
> +#
> +TREE_VERSION := 1.6.0
> +TREE_MD5     := 04e967a3f4108d50cde3b4b0e89e970a
> +TREE         := tree-$(TREE_VERSION)
> +TREE_SUFFIX  := tgz
> +TREE_URL     := ftp://mama.indstate.edu/linux/tree/$(TREE).$(TREE_SUFFIX)

Is there a http URL? ftp makes stress behind some paranoid corporate
firewalls.

Looks good otherwise.

Marc

-- 
Pengutronix e.K.                  | Marc Kleine-Budde           |
Industrial Linux Solutions        | Phone: +49-231-2826-924     |
Vertretung West/Dortmund          | Fax:   +49-5121-206917-5555 |
Amtsgericht Hildesheim, HRA 2686  | http://www.pengutronix.de   |

Attachment: signature.asc
Description: OpenPGP digital signature

-- 
ptxdist mailing list
[email protected]

Reply via email to