summaryrefslogtreecommitdiffstats
path: root/system/unison/unison.SlackBuild
diff options
context:
space:
mode:
author fdeak <ferenc.deak@gmail.com>2010-05-11 22:27:09 +0200
committer Michiel van Wessem <michiel@slackbuilds.org>2010-05-11 22:27:09 +0200
commitf2f5525d6e9993424d0b67593864dabfadd55285 (patch)
tree783df30f41abad8353aa337a875ae22ef29450a8 /system/unison/unison.SlackBuild
parent5b21b84b055aefd5b1321e1c67380c6e634b0dce (diff)
downloadslackbuilds-f2f5525d6e9993424d0b67593864dabfadd55285.tar.gz
slackbuilds-f2f5525d6e9993424d0b67593864dabfadd55285.tar.xz
system/unison: Updated for version 2.27.57
Diffstat (limited to 'system/unison/unison.SlackBuild')
-rw-r--r--system/unison/unison.SlackBuild10
1 files changed, 5 insertions, 5 deletions
diff --git a/system/unison/unison.SlackBuild b/system/unison/unison.SlackBuild
index 7d18cd6296..ed3d1f37c8 100644
--- a/system/unison/unison.SlackBuild
+++ b/system/unison/unison.SlackBuild
@@ -1,21 +1,21 @@
#!/bin/sh
# Slackware build script for unison
-
# Written by fdeak <ferenc.deak@gmail.com>
-set -e
-
PRGNAM=unison
-VERSION=2.13.16
+VERSION=2.27.57
ARCH=${ARCH:-i486}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
+
CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
+set -e
+
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
@@ -28,7 +28,7 @@ chmod -R u+w,go+r-w,a-s .
# no need to set CFLAGS
# FLAVOR lets the user enable their choice of interfaces. Defaults to gtk2
-# If you want to enable specifically for grk2 or text simply pass this
+# If you want to enable specifically for gtk2 or text simply pass this
# variable to the script: $ FLAVOR=text ./unison.SlackBuild
FLAVOR=${FLAVOR:-gtk2}