mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Bernhard Walle <bernhard@bwalle.de>
To: ptxdist@pengutronix.de
Subject: [ptxdist] [PATCH] tmux: new package
Date: Wed, 13 Jun 2012 21:03:59 +0200	[thread overview]
Message-ID: <1339614239-11017-1-git-send-email-bernhard@bwalle.de> (raw)

tmux is a terminal mutiplexer. Something like GNU screen, but BSD
licensed, actively developed and with a (at least in my opinion) simpler
configuration.

Signed-off-by: Bernhard Walle <bernhard@bwalle.de>
---
 rules/tmux.in   |    9 +++++++++
 rules/tmux.make |   56 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 Dateien geändert, 65 Zeilen hinzugefügt(+)
 create mode 100644 rules/tmux.in
 create mode 100644 rules/tmux.make

diff --git a/rules/tmux.in b/rules/tmux.in
new file mode 100644
index 0000000..83f8e4e
--- /dev/null
+++ b/rules/tmux.in
@@ -0,0 +1,9 @@
+## SECTION=shell_and_console
+
+config TMUX
+	tristate
+	prompt "tmux"
+	select LIBEVENT
+	select NCURSES
+	help
+	  Terminal multiplexer, something like GNU screen.
diff --git a/rules/tmux.make b/rules/tmux.make
new file mode 100644
index 0000000..d0aa94c
--- /dev/null
+++ b/rules/tmux.make
@@ -0,0 +1,56 @@
+# -*-makefile-*-
+#
+# Copyright (C) 2012 by Bernhard Walle <bernhard@bwalle.de>
+#
+# 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_TMUX) += tmux
+
+#
+# Paths and names
+#
+TMUX_VERSION	:= 1.6
+TMUX_MD5	:= 3e37db24aa596bf108a0442a81c845b3
+TMUX		:= tmux-$(TMUX_VERSION)
+TMUX_SUFFIX	:= tar.gz
+TMUX_URL	:= $(call ptx/mirror, SF, tmux/$(TMUX).$(TMUX_SUFFIX))
+TMUX_SOURCE	:= $(SRCDIR)/$(TMUX).$(TMUX_SUFFIX)
+TMUX_DIR	:= $(BUILDDIR)/$(TMUX)
+TMUX_LICENSE	:= BSD
+
+# ----------------------------------------------------------------------------
+# Prepare
+# ----------------------------------------------------------------------------
+
+#
+# autoconf
+#
+TMUX_CONF_TOOL	:= autoconf
+
+# ----------------------------------------------------------------------------
+# Target-Install
+# ----------------------------------------------------------------------------
+
+$(STATEDIR)/tmux.targetinstall:
+	@$(call targetinfo)
+
+	@$(call install_init, tmux)
+	@$(call install_fixup, tmux,PRIORITY,optional)
+	@$(call install_fixup, tmux,SECTION,base)
+	@$(call install_fixup, tmux,AUTHOR,"Bernhard Walle <bernhard@bwalle.de>")
+	@$(call install_fixup, tmux,DESCRIPTION,missing)
+
+	@$(call install_copy, tmux, 0, 0, 0755, -, /usr/bin/tmux)
+
+	@$(call install_finish, tmux)
+
+	@$(call touch)
+
+# vim: syntax=make
-- 
1.7.10.4


-- 
ptxdist mailing list
ptxdist@pengutronix.de

                 reply	other threads:[~2012-06-13 19:04 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=1339614239-11017-1-git-send-email-bernhard@bwalle.de \
    --to=bernhard@bwalle.de \
    --cc=ptxdist@pengutronix.de \
    /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