audio/icecast: Updated for version 2.3.2
This commit is contained in:
parent
3dbcae534e
commit
aa2dcd855f
|
@ -18,10 +18,13 @@ OUTPUT=${OUTPUT:-/tmp}
|
|||
|
||||
if [ "$ARCH" = "i486" ]; then
|
||||
SLKCFLAGS="-O2 -march=i486 -mtune=i686"
|
||||
LIBDIRSUFFIX=""
|
||||
elif [ "$ARCH" = "i686" ]; then
|
||||
SLKCFLAGS="-O2 -march=i686 -mtune=i686"
|
||||
LIBDIRSUFFIX=""
|
||||
elif [ "$ARCH" = "x86_64" ]; then
|
||||
SLKCFLAGS="-O2 -fPIC"
|
||||
LIBDIRSUFFIX="64"
|
||||
fi
|
||||
|
||||
set -e # Exit on most errors
|
||||
|
@ -44,6 +47,7 @@ CXXFLAGS="$SLKCFLAGS" \
|
|||
./configure \
|
||||
--disable-static \
|
||||
--prefix=/usr \
|
||||
--libdir=/usr/lib${LIBDIRSUFFIX} \
|
||||
--sysconfdir=/etc \
|
||||
--localstatedir=/var \
|
||||
--mandir=/usr/man \
|
||||
|
@ -66,4 +70,4 @@ cat $CWD/slack-desc > $PKG/install/slack-desc
|
|||
cat $CWD/doinst.sh > $PKG/install/doinst.sh
|
||||
|
||||
cd $PKG
|
||||
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.tgz
|
||||
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}
|
||||
|
|
|
@ -2,7 +2,9 @@ PRGNAM="icecast"
|
|||
VERSION="2.3.2"
|
||||
HOMEPAGE="http://www.icecast.org"
|
||||
DOWNLOAD="http://downloads.xiph.org/releases/icecast/icecast-2.3.2.tar.gz"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM="ff516b3ccd2bcc31e68f460cd316093f"
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="Rodney Cobb"
|
||||
EMAIL="rdc@ktabic.co.uk"
|
||||
APPROVED="rworkman"
|
||||
|
|
Loading…
Reference in New Issue