summaryrefslogtreecommitdiffstats
path: root/audio/speex
diff options
context:
space:
mode:
Diffstat (limited to 'audio/speex')
-rw-r--r--audio/speex/speex.SlackBuild6
-rw-r--r--audio/speex/speex.info4
2 files changed, 6 insertions, 4 deletions
diff --git a/audio/speex/speex.SlackBuild b/audio/speex/speex.SlackBuild
index e14b353bef..9a9c9f73c6 100644
--- a/audio/speex/speex.SlackBuild
+++ b/audio/speex/speex.SlackBuild
@@ -2,6 +2,7 @@
# Slackware build script for speex
+# Copyright (c) 2012 Vliegendehuiskat
# Copyright (c) 2007 Alex Lysenka <me@alkos333.net>
# All rights reserved.
#
@@ -27,7 +28,7 @@
PRGNAM=speex
VERSION=1.2rc1
-BUILD=${BUILD:-2}
+BUILD=${BUILD:-3}
TAG=${TAG:-_SBo}
# Automatically determine the architecture we're building on:
@@ -80,7 +81,8 @@ CXXFLAGS="$SLKCFLAGS" \
--enable-static=no \
--build=$ARCH-slackware-linux
-make
+# Hack to also make it look in the right directory on multilib systems
+make LDFLAGS="-L/usr/lib${LIBDIRSUFFIX}"
make install DESTDIR=$PKG
find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
diff --git a/audio/speex/speex.info b/audio/speex/speex.info
index 94a1d08cae..89b8dc994f 100644
--- a/audio/speex/speex.info
+++ b/audio/speex/speex.info
@@ -6,5 +6,5 @@ MD5SUM="c4438b22c08e5811ff10e2b06ee9b9ae"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""
-MAINTAINER="alkos333"
-EMAIL="me@alkos333.net"
+MAINTAINER="Vliegendehuiskat"
+EMAIL="Vliegendehuiskat [ at ] gmail [ dot ] com"