* [ptxdist] [PATCH] tmux: new package
@ 2012-06-13 19:03 Bernhard Walle
0 siblings, 0 replies; only message in thread
From: Bernhard Walle @ 2012-06-13 19:03 UTC (permalink / raw)
To: ptxdist
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
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2012-06-13 19:04 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-06-13 19:03 [ptxdist] [PATCH] tmux: new package Bernhard Walle
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox