audio/speex: Fix for multilib and changed maintainer.

Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
Vliegendehuiskat 2012-12-12 20:19:23 +01:00 committed by Matteo Bernardini
parent 8e4e90364e
commit c87ab94562
2 changed files with 6 additions and 4 deletions

View File

@ -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 \

View File

@ -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"