From 85c94d1d384106ac5b5cdc9fccdb96679a9f2142 Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Tue, 1 Jan 2008 20:25:44 +0000 Subject: Update for release 0.1.3 --- libkdcraw/build/libkdcraw.SlackBuild | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'libkdcraw') diff --git a/libkdcraw/build/libkdcraw.SlackBuild b/libkdcraw/build/libkdcraw.SlackBuild index 9f7a0b08..53fc5a05 100755 --- a/libkdcraw/build/libkdcraw.SlackBuild +++ b/libkdcraw/build/libkdcraw.SlackBuild @@ -1,6 +1,6 @@ #!/bin/sh # $Id$ -# Copyright (c) 2007 Eric Hameleers +# Copyright (c) 2007,2008 Eric Hameleers # All rights reserved. # # Permission to use, copy, modify, and distribute this software for @@ -32,6 +32,8 @@ # Changelog: # 0.1.1-1: 16/Sep/2007 by Eric Hameleers # * Initial build. +# 0.1.3-1: 01/Jan/2008 by Eric Hameleers +# * Update # # Run 'sh libkdcraw.SlackBuild --cleanup' to build a Slackware package. # The package (.tgz) plus descriptive .txt file are created in /tmp . @@ -42,7 +44,7 @@ # Set initial variables: PRGNAM=libkdcraw -VERSION=${VERSION:-0.1.1} +VERSION=${VERSION:-0.1.3} ARCH=${ARCH:-i486} BUILD=${BUILD:-1} @@ -117,7 +119,7 @@ if ! [ -f ${SOURCE} ]; then [ -w "$SRCDIR" ] || SOURCE="$OUTPUT/$(basename $SOURCE)" echo "Source '$(basename ${SOURCE})' not available yet..." echo "Will download file to $(dirname $SOURCE)" - wget -nv --connect-timeout=30 -O "${SOURCE}" "${SRCURL}" || true + wget -nv -T 30 -O "${SOURCE}" "${SRCURL}" || true if [ $? -ne 0 -o ! -s "${SOURCE}" ]; then echo "Downloading '$(basename ${SOURCE})' failed... aborting the build." mv -f "${SOURCE}" "${SOURCE}".FAIL @@ -154,6 +156,7 @@ chmod -R u+w,go+r-w,a-s . echo Building ... LDFLAGS="$SLKLDFLAGS" \ CFLAGS="$SLKCFLAGS" \ +CXXFLAGS="$SLKCFLAGS" \ ./configure --prefix=${KDEPREF} \ --localstatedir=/var \ --sysconfdir=/etc \ -- cgit v1.2.3-65-gdbad