summaryrefslogtreecommitdiff
path: root/tmux
diff options
context:
space:
mode:
authorJuergen Daubert <jue@jue.li>2009-04-23 11:22:29 +0200
committerJuergen Daubert <jue@jue.li>2009-04-23 11:22:29 +0200
commitdc5041a870a4985a07e17abc2acd3b79c60901fd (patch)
tree47be7b9401e97d02f3bfc1f0e8e63a3f3c1d5570 /tmux
parentc558afda7771d0e1c758ac2a5c324925963b25cd (diff)
downloadopt-dc5041a870a4985a07e17abc2acd3b79c60901fd.tar.gz
opt-dc5041a870a4985a07e17abc2acd3b79c60901fd.tar.xz
tmux: initial release
Diffstat (limited to 'tmux')
-rw-r--r--tmux/.footprint6
-rw-r--r--tmux/.md5sum1
-rw-r--r--tmux/Pkgfile17
3 files changed, 24 insertions, 0 deletions
diff --git a/tmux/.footprint b/tmux/.footprint
new file mode 100644
index 000000000..7b97aaf3e
--- /dev/null
+++ b/tmux/.footprint
@@ -0,0 +1,6 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/bin/
+-rwxr-xr-x root/root usr/bin/tmux
+drwxr-xr-x root/root usr/man/
+drwxr-xr-x root/root usr/man/man1/
+-rw-r--r-- root/root usr/man/man1/tmux.1.gz
diff --git a/tmux/.md5sum b/tmux/.md5sum
new file mode 100644
index 000000000..e85d67b27
--- /dev/null
+++ b/tmux/.md5sum
@@ -0,0 +1 @@
+7292916c1fee6035def1d5f4efdb4770 tmux-0.8.tar.gz
diff --git a/tmux/Pkgfile b/tmux/Pkgfile
new file mode 100644
index 000000000..46e55d363
--- /dev/null
+++ b/tmux/Pkgfile
@@ -0,0 +1,17 @@
+# Description: Terminal multiplexer like screen
+# URL: http://sourceforge.net/projects/tmux
+# Maintainer: Juergen Daubert, juergen dot daubert at t-online dot de
+# Depends on: ncurses
+
+name=tmux
+version=0.8
+release=1
+source=(http://dl.sourceforge.net/sourceforge/$name/$name-$version.tar.gz)
+
+build() {
+ cd $name-$version
+ sed -i '50s/=.*/= -iquote\./' GNUmakefile
+ make
+ install -D -m 0755 tmux $PKG/usr/bin/tmux
+ install -D -m 0644 tmux.1 $PKG/usr/man/man1/tmux.1
+}

Generated by cgit