From: spdawson at gmail.com <spdawson@gmail.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH] Added the empty package
Date: Sun, 6 May 2012 07:59:00 +0100 [thread overview]
Message-ID: <1336287540-4056-1-git-send-email-spdawson@gmail.com> (raw)
From: Simon Dawson <spdawson@gmail.com>
Signed-off-by: Simon Dawson <spdawson@gmail.com>
---
package/Config.in | 1 +
package/empty/Config.in | 6 ++++++
package/empty/empty.mk | 18 ++++++++++++++++++
3 files changed, 25 insertions(+)
create mode 100644 package/empty/Config.in
create mode 100644 package/empty/empty.mk
diff --git a/package/Config.in b/package/Config.in
index 6caca9d..3e60660 100644
--- a/package/Config.in
+++ b/package/Config.in
@@ -467,6 +467,7 @@ endmenu
endmenu
menu "Miscellaneous"
+source "package/empty/Config.in"
source "package/shared-mime-info/Config.in"
endmenu
diff --git a/package/empty/Config.in b/package/empty/Config.in
new file mode 100644
index 0000000..67b09fc
--- /dev/null
+++ b/package/empty/Config.in
@@ -0,0 +1,6 @@
+config BR2_PACKAGE_EMPTY
+ bool "empty"
+ help
+ Run processes and applications under pseudo-terminal (PTY) sessions.
+
+ http://empty.sourceforge.net/
diff --git a/package/empty/empty.mk b/package/empty/empty.mk
new file mode 100644
index 0000000..137e196
--- /dev/null
+++ b/package/empty/empty.mk
@@ -0,0 +1,18 @@
+#############################################################
+#
+# empty
+#
+#############################################################
+EMPTY_VERSION = 0.6.18b
+EMPTY_SOURCE = empty-$(EMPTY_VERSION).tgz
+EMPTY_SITE = http://downloads.sourceforge.net/project/empty/empty/empty-$(EMPTY_VERSION)
+
+define EMPTY_BUILD_CMDS
+ $(MAKE) $(TARGET_CONFIGURE_OPTS) -C $(@D) all
+endef
+
+define EMPTY_INSTALL_TARGET_CMDS
+ $(INSTALL) -m 0755 -D $(@D)/empty $(TARGET_DIR)/usr/bin/empty
+endef
+
+$(eval $(call GENTARGETS))
--
1.7.9.5
next reply other threads:[~2012-05-06 6:59 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-05-06 6:59 spdawson at gmail.com [this message]
2012-05-06 8:02 ` [Buildroot] [PATCH] Added the empty package Peter Korsgaard
-- strict thread matches above, loose matches on Subject: below --
2012-04-10 9:15 spdawson at gmail.com
2012-05-05 22:36 ` Peter Korsgaard
2012-04-10 9:10 spdawson at gmail.com
2012-04-10 9:07 spdawson at gmail.com
2012-04-10 8:52 spdawson at gmail.com
2012-04-10 9:06 ` Belisko Marek
2012-04-10 9:12 ` Thomas Petazzoni
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=1336287540-4056-1-git-send-email-spdawson@gmail.com \
--to=spdawson@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