diff options
author | Michales Michaloudes <korgie@gmail.com> | 2010-12-13 00:42:56 -0600 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-12-13 00:42:56 -0600 |
commit | 5256ff6e652df3114e8c545c5e337bc0a2f2c5eb (patch) | |
tree | 5284246b809ac1ec301c3347773d9089fcbdff62 /multimedia/dssi/dssi.SlackBuild | |
parent | 4a6a329f19c59c83cdb2e5065129454a42a99ea4 (diff) |
multimedia/dssi: Updated for version 1.1.0.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'multimedia/dssi/dssi.SlackBuild')
-rw-r--r-- | multimedia/dssi/dssi.SlackBuild | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/multimedia/dssi/dssi.SlackBuild b/multimedia/dssi/dssi.SlackBuild index 66bd779ce5cf..1b3ce88c7e95 100644 --- a/multimedia/dssi/dssi.SlackBuild +++ b/multimedia/dssi/dssi.SlackBuild @@ -5,16 +5,14 @@ # Updated by Heinz Wiesinger pprkut@liwjatan.at - Added profile.d scripts PRGNAM=dssi -VERSION=${VERSION:-1.0.0} -BUILD=${BUILD:-2} +VERSION=${VERSION:-1.1.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 @@ -53,9 +51,6 @@ find . \ \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ -exec chmod 644 {} \; -# Make sure QTDIR is set -[ -e /etc/profile.d/qt.sh ] && . /etc/profile.d/qt.sh - CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ ./configure \ |