description="Library for accessing a shoutcast/icecast server"
url="http://www.icecast.org/"
packager="tnut <tnut@nutyx.org>"
contributors="Pierre B"

name=libshout
version=2.4.3
makedepends=(libvorbis libtheora speex)
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
}
