summaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
author Bogdan Pangrati <bogdan.pangrati@gmail.com>2011-07-04 20:40:39 -0300
committer Niels Horn <niels.horn@slackbuilds.org>2011-07-04 20:40:39 -0300
commit7ed611f5ed719ebc98cfba56e26e35999c5f13d3 (patch)
tree761d21522868af51bcdd6d94eb5027f56d314d3f /system
parentb935c77f30255e9387e2227a30929a26a31f35a0 (diff)
downloadslackbuilds-7ed611f5ed719ebc98cfba56e26e35999c5f13d3.tar.gz
slackbuilds-7ed611f5ed719ebc98cfba56e26e35999c5f13d3.tar.xz
system/tmux: Updated for version 1.4.
Diffstat (limited to 'system')
-rw-r--r--system/tmux/tmux.SlackBuild10
-rw-r--r--system/tmux/tmux.info8
2 files changed, 7 insertions, 11 deletions
diff --git a/system/tmux/tmux.SlackBuild b/system/tmux/tmux.SlackBuild
index 0582c512f2..b27c60967c 100644
--- a/system/tmux/tmux.SlackBuild
+++ b/system/tmux/tmux.SlackBuild
@@ -23,16 +23,14 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=tmux
-VERSION=${VERSION:-1.3}
+VERSION=${VERSION:-1.4}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
-# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
i?86) ARCH=i486 ;;
arm*) ARCH=arm ;;
- # Unless $ARCH is already set, use uname -m for all other archs:
*) ARCH=$( uname -m ) ;;
esac
fi
@@ -86,10 +84,8 @@ chmod 0644 $PKG/usr/man/man1/tmux.1
find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
-( cd $PKG/usr/man
- find . -type f -exec gzip -9 {} \;
- for i in $( find . -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done
-)
+find $PKG/usr/man -type f -exec gzip -9 {} \;
+for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a CHANGES FAQ NOTES TODO examples/ \
diff --git a/system/tmux/tmux.info b/system/tmux/tmux.info
index be690f7e72..04921e88bc 100644
--- a/system/tmux/tmux.info
+++ b/system/tmux/tmux.info
@@ -1,10 +1,10 @@
PRGNAM="tmux"
-VERSION="1.3"
+VERSION="1.4"
HOMEPAGE="http://sourceforge.net/projects/tmux"
-DOWNLOAD="http://downloads.sourceforge.net/tmux/tmux-1.3.tar.gz"
-MD5SUM="96e60cb206de2db0610b9fb6a64c2251"
+DOWNLOAD="http://downloads.sourceforge.net/tmux/tmux-1.4.tar.gz"
+MD5SUM="0bfc7dd9a5bab192406167589c716a21"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Bogdan Pangrati"
EMAIL="bogdan.pangrati@gmail.com"
-APPROVED="pprkut"
+APPROVED="pprkut,Niels Horn"