diff options
author | Bogdan Pangrati <bogdan.pangrati@gmail.com> | 2010-11-28 11:35:11 +0100 |
---|---|---|
committer | Heinz Wiesinger <pprkut@slackbuilds.org> | 2010-11-28 11:35:11 +0100 |
commit | 11ddee7ca23ec96093459b6995581b08e7a05832 (patch) | |
tree | 48e1232bf3ae710a011be86bf48e7915665272e9 | |
parent | 558081d6f25d9c76d6d1c7e5b183a4e9d841108a (diff) | |
download | slackbuilds-11ddee7ca23ec96093459b6995581b08e7a05832.tar.gz |
system/tmux: Updated for version 1.3
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
-rw-r--r-- | system/tmux/README | 4 | ||||
-rw-r--r-- | system/tmux/slack-desc | 6 | ||||
-rw-r--r-- | system/tmux/tmux.SlackBuild | 10 | ||||
-rw-r--r-- | system/tmux/tmux.info | 8 |
4 files changed, 18 insertions, 10 deletions
diff --git a/system/tmux/README b/system/tmux/README index 8a3fca72f7..22ceedb32f 100644 --- a/system/tmux/README +++ b/system/tmux/README @@ -1,4 +1,6 @@ tmux is a terminal multiplexer. It enables a number of terminals -(or windows) to be accessed and controlled from a single terminal. +(or windows) to be accessed and controlled from a single terminal. It is intended to be a simple, modern, BSD-licensed alternative to programs such as GNU Screen. + +This requires libevent. diff --git a/system/tmux/slack-desc b/system/tmux/slack-desc index 47b96dba53..bed0bce1ef 100644 --- a/system/tmux/slack-desc +++ b/system/tmux/slack-desc @@ -6,12 +6,14 @@ # customary to leave one space after the ':'. |-----handy-ruler------------------------------------------------------| -tmux: tmux (light terminal multiplexer) +tmux: tmux (light terminal multiplexer) tmux: tmux: tmux is a terminal multiplexer. It enables a number of terminals -tmux: (or windows) to be accessed and controlled from a single terminal. +tmux: (or windows) to be accessed and controlled from a single terminal. tmux: It is intended to be a simple, modern, BSD-licensed alternative to tmux: programs such as GNU Screen. tmux: tmux: Homepage: http://sourceforge.net/projects/tmux tmux: +tmux: +tmux: diff --git a/system/tmux/tmux.SlackBuild b/system/tmux/tmux.SlackBuild index 700d567235..0582c512f2 100644 --- a/system/tmux/tmux.SlackBuild +++ b/system/tmux/tmux.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=tmux -VERSION=${VERSION:-1.1} +VERSION=${VERSION:-1.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -70,9 +70,12 @@ find . \ -exec chmod 755 {} \; -o \ \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ -exec chmod 644 {} \; + ./configure -CFLAGS+="$SLKCFLAGS" make +CFLAGS+="$SLKCFLAGS" \ +make + make install PREFIX=/usr DESTDIR=$PKG # Fix up some root:bin ownership and add owner write perms where needed @@ -89,7 +92,8 @@ find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \ ) mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a CHANGES FAQ NOTES TODO examples/ $PKG/usr/doc/$PRGNAM-$VERSION +cp -a CHANGES FAQ NOTES TODO examples/ \ + $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild mkdir -p $PKG/install diff --git a/system/tmux/tmux.info b/system/tmux/tmux.info index 29107d84ae..be690f7e72 100644 --- a/system/tmux/tmux.info +++ b/system/tmux/tmux.info @@ -1,10 +1,10 @@ PRGNAM="tmux" -VERSION="1.1" +VERSION="1.3" HOMEPAGE="http://sourceforge.net/projects/tmux" -DOWNLOAD="http://downloads.sourceforge.net/tmux/tmux-1.1.tar.gz" -MD5SUM="faf2fc52ac3ae63d899f6fece2c112cd" +DOWNLOAD="http://downloads.sourceforge.net/tmux/tmux-1.3.tar.gz" +MD5SUM="96e60cb206de2db0610b9fb6a64c2251" DOWNLOAD_x86_64="" MD5SUM_x86_64="" MAINTAINER="Bogdan Pangrati" EMAIL="bogdan.pangrati@gmail.com" -APPROVED="rworkman" +APPROVED="pprkut" |