[Buildroot] Add Package: htop

Gerhard Heift ml-buildroot-20110324-cba5 at gheift.de
Sat Mar 26 14:23:09 UTC 2011


On Fri, Mar 25, 2011 at 05:47:36PM -0500, Andy Kennedy wrote:
> Adds package htop.  Changes made based upon e-mails with Mike Frysinger.
> 
> Signed-off-by:  Andy Kennedy <Andy.Kennedy at AdTran.com>
> ---
> diff -Naur a/package/Config.in b/package/Config.in

[snip]

> diff -Naur a/package/htop/htop.mk b/package/htop/htop.mk
> --- a/package/htop/htop.mk      1969-12-31 18:00:00.000000000 -0600
> +++ b/package/htop/htop.mk      2011-03-22 09:31:54.000000000 -0500
> @@ -0,0 +1,12 @@
> +#############################################################
> +#
> +# htop
> +#
> +#############################################################
> +HTOP_VERSION = 0.9
> +HTOP_SOURCE = htop-$(HTOP_VERSION).tar.gz
> +HTOP_SITE = http://$(BR2_SOURCEFORGE_MIRROR).dl.sourceforge.net/htop/$(HTOP_VERSION)
> +HTOP_DEPENDENCIES = ncurses
> +HTOP_AUTORECONF=yes

The value of *_AUTORECONF has to be an uppercase YES.

> +
> +$(eval $(call AUTOTARGETS,package,htop))

Regards,
  Gerhard
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 198 bytes
Desc: Digital signature
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20110326/86f2aa47/attachment.asc>


More information about the buildroot mailing list