diff options
author | Michiel van Wessem <michiel@slackbuilds.org> | 2012-06-28 16:37:55 -0400 |
---|---|---|
committer | dsomero <xgizzmo@slackbuilds.org> | 2012-06-28 16:37:55 -0400 |
commit | 5c619af2fbb4f888455a8c2f3b9923c8507f468b (patch) | |
tree | 8b3f7d9de8c742139d7b27a30f3e404dffee11bc /libraries/exempi/exempi.SlackBuild | |
parent | aaff53286aea8bee56339e90613b1bb14508f2e3 (diff) | |
download | slackbuilds-5c619af2fbb4f888455a8c2f3b9923c8507f468b.tar.gz |
libraries/exempi: Updated for version 2.2.0.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'libraries/exempi/exempi.SlackBuild')
-rw-r--r-- | libraries/exempi/exempi.SlackBuild | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/libraries/exempi/exempi.SlackBuild b/libraries/exempi/exempi.SlackBuild index b6e6c4c053..a623a81080 100644 --- a/libraries/exempi/exempi.SlackBuild +++ b/libraries/exempi/exempi.SlackBuild @@ -1,7 +1,7 @@ #!/bin/sh # Slackware build script for exempi -# Copyright 2007-2009 Michiel van Wessem, Manchester, United Kingdom +# Copyright 2007-2012 Michiel van Wessem, Leicester, United Kingdom # All rights reserved. # # Redistribution and use in source and binary forms, with or without @@ -24,16 +24,14 @@ # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=exempi -VERSION=${VERSION:-2.1.1} +VERSION=${VERSION:-2.2.0} 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 @@ -57,7 +55,7 @@ else LIBDIRSUFFIX="" fi -set -e # Exit on most errors +set -e rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT |