diff options
author | Vliegendehuiskat <Vliegendehuiskat [ at ] gmail [ dot ] com> | 2012-12-12 20:19:23 +0100 |
---|---|---|
committer | Matteo Bernardini <ponce@slackbuilds.org> | 2012-12-15 15:13:32 +0100 |
commit | c87ab9456281f9843bebd2e451a13056f45901ae (patch) | |
tree | 4db1bcd3d7825bf607d40f2ed21a4368ae2cc928 | |
parent | 8e4e90364e3ee3da1eac36a9a9f73a1838fc8ee8 (diff) | |
download | slackbuilds-c87ab9456281f9843bebd2e451a13056f45901ae.tar.gz |
audio/speex: Fix for multilib and changed maintainer.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
-rw-r--r-- | audio/speex/speex.SlackBuild | 6 | ||||
-rw-r--r-- | audio/speex/speex.info | 4 |
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" |