From c87ab9456281f9843bebd2e451a13056f45901ae Mon Sep 17 00:00:00 2001 From: Vliegendehuiskat Date: Wed, 12 Dec 2012 20:19:23 +0100 Subject: audio/speex: Fix for multilib and changed maintainer. Signed-off-by: Matteo Bernardini --- audio/speex/speex.SlackBuild | 6 ++++-- audio/speex/speex.info | 4 ++-- 2 files changed, 6 insertions(+), 4 deletions(-) (limited to 'audio') 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 # 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" -- cgit v1.2.3