From 61605247cfdbdb0026948c2c2ab3a99a3d699a0f Mon Sep 17 00:00:00 2001 From: piernov Date: Sun, 22 Jan 2012 12:59:36 +0100 Subject: tmux 1.5-1 ajout port --- tmux/.footprint.i686 | 22 ++++++++++++++++++++++ tmux/.footprint.x86_64 | 22 ++++++++++++++++++++++ tmux/.md5sum.i686 | 1 + tmux/.md5sum.x86_64 | 1 + tmux/Pkgfile | 24 ++++++++++++++++++++++++ 5 files changed, 70 insertions(+) create mode 100644 tmux/.footprint.i686 create mode 100644 tmux/.footprint.x86_64 create mode 100644 tmux/.md5sum.i686 create mode 100644 tmux/.md5sum.x86_64 create mode 100644 tmux/Pkgfile (limited to 'tmux') diff --git a/tmux/.footprint.i686 b/tmux/.footprint.i686 new file mode 100644 index 000000000..522bb9539 --- /dev/null +++ b/tmux/.footprint.i686 @@ -0,0 +1,22 @@ +drwxr-xr-x root/root etc/ +drwxr-xr-x root/root etc/bash_completion.d/ +-rw-r--r-- root/root etc/bash_completion.d/tmux +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/share/ +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man1/ +-rw-r--r-- root/root usr/share/man/man1/tmux.1.gz +drwxr-xr-x root/root usr/share/tmux/ +-rw-r--r-- root/root usr/share/tmux/h-boetes.conf +-rw-r--r-- root/root usr/share/tmux/n-marriott.conf +-rw-r--r-- root/root usr/share/tmux/screen-keys.conf +-rw-r--r-- root/root usr/share/tmux/t-williams.conf +-rw-r--r-- root/root usr/share/tmux/tmux.vim +-rw-r--r-- root/root usr/share/tmux/tmux_backup.sh +-rw-r--r-- root/root usr/share/tmux/vim-keys.conf +drwxr-xr-x root/root usr/share/vim/ +drwxr-xr-x root/root usr/share/vim/vimfiles/ +drwxr-xr-x root/root usr/share/vim/vimfiles/syntax/ +-rw-r--r-- root/root usr/share/vim/vimfiles/syntax/tmux.vim diff --git a/tmux/.footprint.x86_64 b/tmux/.footprint.x86_64 new file mode 100644 index 000000000..522bb9539 --- /dev/null +++ b/tmux/.footprint.x86_64 @@ -0,0 +1,22 @@ +drwxr-xr-x root/root etc/ +drwxr-xr-x root/root etc/bash_completion.d/ +-rw-r--r-- root/root etc/bash_completion.d/tmux +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/share/ +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man1/ +-rw-r--r-- root/root usr/share/man/man1/tmux.1.gz +drwxr-xr-x root/root usr/share/tmux/ +-rw-r--r-- root/root usr/share/tmux/h-boetes.conf +-rw-r--r-- root/root usr/share/tmux/n-marriott.conf +-rw-r--r-- root/root usr/share/tmux/screen-keys.conf +-rw-r--r-- root/root usr/share/tmux/t-williams.conf +-rw-r--r-- root/root usr/share/tmux/tmux.vim +-rw-r--r-- root/root usr/share/tmux/tmux_backup.sh +-rw-r--r-- root/root usr/share/tmux/vim-keys.conf +drwxr-xr-x root/root usr/share/vim/ +drwxr-xr-x root/root usr/share/vim/vimfiles/ +drwxr-xr-x root/root usr/share/vim/vimfiles/syntax/ +-rw-r--r-- root/root usr/share/vim/vimfiles/syntax/tmux.vim diff --git a/tmux/.md5sum.i686 b/tmux/.md5sum.i686 new file mode 100644 index 000000000..5c5d1bfaa --- /dev/null +++ b/tmux/.md5sum.i686 @@ -0,0 +1 @@ +3d4b683572af34e83bc8b183a8285263 tmux-1.5.tar.gz diff --git a/tmux/.md5sum.x86_64 b/tmux/.md5sum.x86_64 new file mode 100644 index 000000000..5c5d1bfaa --- /dev/null +++ b/tmux/.md5sum.x86_64 @@ -0,0 +1 @@ +3d4b683572af34e83bc8b183a8285263 tmux-1.5.tar.gz diff --git a/tmux/Pkgfile b/tmux/Pkgfile new file mode 100644 index 000000000..80c2752d0 --- /dev/null +++ b/tmux/Pkgfile @@ -0,0 +1,24 @@ +# Description: Multiplexeur de terminal +# URL: http://tmux.sourceforge.net/ +# Maintainer: NuTyX core team +# Packager: piernov +# Depends on: libevent, ncurses +# Run on: libevent,ncurses + +name=tmux +version=1.5 +release=1 +source=(http://downloads.sourceforge.net/$name/$name-$version.tar.gz) + +build() { + cd $name-$version + ./configure --prefix=/usr + make + make install DESTDIR=$PKG + + install -Dm644 examples/tmux.vim $PKG/usr/share/vim/vimfiles/syntax/tmux.vim + install -dm755 $PKG/usr/share/tmux/ + install -m644 examples/* $PKG/usr/share/tmux/ + mkdir -p $PKG/etc/bash_completion.d/ + mv $PKG/usr/share/tmux/bash_completion_tmux.sh $PKG/etc/bash_completion.d/tmux +} -- cgit v1.2.3-54-g00ecf