Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Bob Liu <lliubbo@gmail.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH] add inetutils to package
Date: Mon, 28 Feb 2011 16:29:20 +0800	[thread overview]
Message-ID: <1298881761-1294-1-git-send-email-lliubbo@gmail.com> (raw)

Signed-off-by: Bob Liu <lliubbo@gmail.com>
---
 package/Config.in              |    2 +-
 package/inetutils/Config.in    |    6 ++++++
 package/inetutils/inetutils.mk |   14 ++++++++++++++
 3 files changed, 21 insertions(+), 1 deletions(-)
 create mode 100644 package/inetutils/Config.in
 create mode 100644 package/inetutils/inetutils.mk

diff --git a/package/Config.in b/package/Config.in
index 7f1d9ff..5123aec 100644
--- a/package/Config.in
+++ b/package/Config.in
@@ -366,7 +366,6 @@ menu "Networking applications"
 source "package/argus/Config.in"
 source "package/avahi/Config.in"
 source "package/axel/Config.in"
-source "package/bluez_utils/Config.in"
 if BR2_PACKAGE_BUSYBOX_SHOW_OTHERS
 source "package/boa/Config.in"
 endif
@@ -383,6 +382,7 @@ source "package/dropbear/Config.in"
 source "package/ethtool/Config.in"
 source "package/hostapd/Config.in"
 source "package/ifplugd/Config.in"
+source "package/inetutils/Config.in"
 source "package/iperf/Config.in"
 source "package/iproute2/Config.in"
 source "package/ipsec-tools/Config.in"
diff --git a/package/inetutils/Config.in b/package/inetutils/Config.in
new file mode 100644
index 0000000..ce7933b
--- /dev/null
+++ b/package/inetutils/Config.in
@@ -0,0 +1,6 @@
+config BR2_PACKAGE_INETUTILS
+	bool "inetutils"
+	help
+	  inetutils
+
+	  http://www.gnu.org/software/inetutils/
diff --git a/package/inetutils/inetutils.mk b/package/inetutils/inetutils.mk
new file mode 100644
index 0000000..3d2d95d
--- /dev/null
+++ b/package/inetutils/inetutils.mk
@@ -0,0 +1,14 @@
+#############################################################
+#
+# inet_utils
+#
+#############################################################
+INETUTILS_VERSION = 1.8
+INETUTILS_SOURCE = inetutils-$(INETUTILS_VERSION).tar.gz
+INETUTILS_SITE = http://ftp.gnu.org/gnu/inetutils/
+INETUTILS_INSTALL_STAGING = YES
+INETUTILS_INSTALL_TARGET_OPT = SUIDMODE="-m 4775" DESTDIR=$(TARGET_DIR) install
+INETUTILS_CONF_OPT = \
+	--disable-ifconfig
+
+$(eval $(call AUTOTARGETS,package,inetutils))
-- 
1.6.3.3

             reply	other threads:[~2011-02-28  8:29 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-02-28  8:29 Bob Liu [this message]
2011-02-28  8:29 ` [Buildroot] [PATCH] add bluetooth utils to package Bob Liu
2011-04-04 20:46 ` [Buildroot] [PATCH] add inetutils " Peter Korsgaard
2011-04-04 20:55   ` 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=1298881761-1294-1-git-send-email-lliubbo@gmail.com \
    --to=lliubbo@gmail.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox