description="Library for accessing a shoutcast/icecast server"
url="http://www.icecast.org/"

packager="tnut <tnut@nutyx.org>"
contributors="Pierre,Spiky"

makedepends=(libvorbis libtheora speex)

name=libshout
version=2.4.6
release=2

source=(http://downloads.xiph.org/releases/$name/$name-$version.tar.gz)

build() {
cd $name-$version
sed -e 's/SSLeay_add_all_algorithms/OpenSSL_add_all_algorithms/g' \
-i src/tls.c

./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
make
make DESTDIR=$PKG install

rm $PKG/usr/lib/$name.la
}
