From 4e619a267f3773a3f603312373496b43671f06f0 Mon Sep 17 00:00:00 2001 From: Ferenc Deak Date: Thu, 10 Nov 2011 00:34:41 -0200 Subject: system/unison: Updated for version 2.40.63. Signed-off-by: Niels Horn --- system/unison/unison.SlackBuild | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'system/unison/unison.SlackBuild') diff --git a/system/unison/unison.SlackBuild b/system/unison/unison.SlackBuild index 3e15d9edc9e7a..b4cdac7a8954c 100644 --- a/system/unison/unison.SlackBuild +++ b/system/unison/unison.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for unison -# Copyright 2007-2009 Ferenc Deak +# Copyright 2007-2011 Ferenc Deak # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,16 +23,14 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=unison -VERSION=2.32.52 +VERSION=2.40.63 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 @@ -81,6 +79,7 @@ cp $CWD/$PRGNAM.png $PKG/usr/share/pixmaps/$PRGNAM.png mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cp -a COPYING NEWS README BUGS.txt $PKG/usr/doc/$PRGNAM-$VERSION +cat $CWD/unison-$VERSION-manual.html > $PKG/usr/doc/$PRGNAM-$VERSION/unison-manual.html cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild mkdir -p $PKG/install -- cgit v1.2.3