From: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH] inetutils: new package for random network tools
Date: Fri, 19 Nov 2010 08:56:42 +0100 [thread overview]
Message-ID: <20101119085642.188850bf@surf> (raw)
In-Reply-To: <1290145160-21033-1-git-send-email-vapier@gentoo.org>
On Fri, 19 Nov 2010 00:39:20 -0500
Mike Frysinger <vapier@gentoo.org> wrote:
> +config BR2_PACKAGE_INETUTILS_RCP
> + bool "rcp"
> + depends on BR2_PACKAGE_INETUTILS
> +
> +config BR2_PACKAGE_INETUTILS_REXEC
> + bool "rexec"
> + depends on BR2_PACKAGE_INETUTILS
> +
> +config BR2_PACKAGE_INETUTILS_REXECD
> + bool "rexecd"
> + depends on BR2_PACKAGE_INETUTILS
> +
> +config BR2_PACKAGE_INETUTILS_RLOGIN
> + bool "rlogin"
> + depends on BR2_PACKAGE_INETUTILS
> +
> +config BR2_PACKAGE_INETUTILS_RLOGIND
> + bool "rlogind"
> + depends on BR2_PACKAGE_INETUTILS
> +
> +config BR2_PACKAGE_INETUTILS_RSH
> + bool "rsh"
> + depends on BR2_PACKAGE_INETUTILS
> +
> +config BR2_PACKAGE_INETUTILS_RSHD
> + bool "rshd"
> + depends on BR2_PACKAGE_INETUTILS
Instead of all these "depends on" we generally enclose the options in a
"if BR2_PACKAGE_INETUTILS ... endif" statement.
> index 0000000..e6c8cd9
> --- /dev/null
> +++ b/package/inetutils/inetutils.mk
> @@ -0,0 +1,35 @@
> +#############################################################
> +#
> +# inetutils
> +#
> +#############################################################
> +
> +INETUTILS_VERSION = 1.8
> +INETUTILS_SOURCE = inetutils-$(INETUTILS_VERSION).tar.gz
> +INETUTILS_SITE = $(BR2_GNU_MIRROR)/inetutils/
> +# patches update many autotool files, and then we need to touch all
> +# the man pages to keep from `help2man` running on the binaries
> +INETUTILS_AUTORECONF = YES
> +define INETUTILS_AUTORECONF_HOOK
> + touch $(INETUTILS_SRCDIR)/*/*.[0-9]
> +endef
> +INETUTILS_CONF_OPT = \
> + --libexecdir=/usr/sbin \
> + --program-transform-name= \
> + --without-included-regex \
> + --disable-libls \
> + --disable-servers --disable-clients \
> + $(call USE_ENABLE,PACKAGE_INETUTILS_RCP,rcp) \
> + $(call USE_ENABLE,PACKAGE_INETUTILS_REXEC,rexec) \
> + $(call USE_ENABLE,PACKAGE_INETUTILS_REXECD,rexecd) \
> + $(call USE_ENABLE,PACKAGE_INETUTILS_RLOGIN,rlogin) \
> + $(call USE_ENABLE,PACKAGE_INETUTILS_RLOGIND,rlogind) \
> + $(call USE_ENABLE,PACKAGE_INETUTILS_RSH,rsh) \
> + $(call USE_ENABLE,PACKAGE_INETUTILS_RSHD,rshd)
> +
> +$(eval $(call AUTOTARGETS,package,inetutils))
> +
> +# append after autotools generation so we get autoreconf then touch
> +INETUTILS_PRE_CONFIGURE_HOOKS += INETUTILS_AUTORECONF_HOOK
> +
> +INETUTILS_INSTALL_TARGET_OPT += SUIDMODE="-m 4775"
Both of these should be before the evaluation of AUTOTARGETS.
Thanks!
Thomas
--
Thomas Petazzoni, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com
next prev parent reply other threads:[~2010-11-19 7:56 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-11-19 5:39 [Buildroot] [PATCH] inetutils: new package for random network tools Mike Frysinger
2010-11-19 7:56 ` Thomas Petazzoni [this message]
2010-11-19 8:19 ` [Buildroot] [PATCH v2] " Mike Frysinger
2010-11-20 2:39 ` Mike Frysinger
2010-11-20 3:59 ` [Buildroot] [PATCH v4] " Mike Frysinger
2010-11-23 19:38 ` Thomas Petazzoni
2010-12-07 21:32 ` Mike Frysinger
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=20101119085642.188850bf@surf \
--to=thomas.petazzoni@free-electrons.com \
--cc=buildroot@busybox.net \
/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.