summaryrefslogtreecommitdiffstats
path: root/audio/fluidsynth/fluidsynth.SlackBuild
diff options
context:
space:
mode:
author Heinz Wiesinger2010-04-09 00:00:33 +0200
committer David Somero2010-05-15 10:26:23 +0200
commit3c808736e3a0d272cd3eff070a100ef8fff80564 (patch)
tree25905002361907046d9769026f7729f61420f95b /audio/fluidsynth/fluidsynth.SlackBuild
parent3e0ff8a9e1ee55564884a41e12c54ef2d5830e22 (diff)
downloadslackbuilds-3c808736e3a0d272cd3eff070a100ef8fff80564.tar.gz
audio/fluidsynth: Updated for version 1.1.1.
Diffstat (limited to 'audio/fluidsynth/fluidsynth.SlackBuild')
-rw-r--r--audio/fluidsynth/fluidsynth.SlackBuild9
1 files changed, 4 insertions, 5 deletions
diff --git a/audio/fluidsynth/fluidsynth.SlackBuild b/audio/fluidsynth/fluidsynth.SlackBuild
index 26cfac22aa..7255c34e9e 100644
--- a/audio/fluidsynth/fluidsynth.SlackBuild
+++ b/audio/fluidsynth/fluidsynth.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for fluidsynth
-# Copyright 2008-2009 Heinz Wiesinger <pprkut@liwjatan.at>
+# Copyright 2008-2010 Heinz Wiesinger, Amsterdam, The Netherlands
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=fluidsynth
-VERSION=1.0.9
+VERSION=1.1.1
ARCH=${ARCH:-i486}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -64,9 +64,8 @@ CXXFLAGS="$SLKCFLAGS" \
--localstatedir=/var \
--mandir=/usr/man \
--disable-static \
- --enable-ladspa \
- --build=$ARCH-slackware-linux \
- --host=$ARCH-slackware-linux
+ --enable-ladspa=${LADSPA:-no} \
+ --build=$ARCH-slackware-linux
make
make install-strip DESTDIR=$PKG