wok-stable diff libshout/receipt @ rev 11386

Compat: ensure that pam WGET_URL is non-https. Otherwise tazwok can't download it at cook-toolchain time
author Antoine Bodin <gokhlayeh@slitaz.org>
date Sat Dec 10 04:42:49 2011 +0100 (2011-12-10)
parents ef0a6443aab7
children b7319995b37e
line diff
     1.1 --- a/libshout/receipt	Thu Feb 24 10:30:43 2011 +0000
     1.2 +++ b/libshout/receipt	Sat Dec 10 04:42:49 2011 +0100
     1.3 @@ -6,7 +6,7 @@
     1.4  SHORT_DESC="Library for accessing a shoutcast/icecast server."
     1.5  MAINTAINER="slaxemulator@gmail.com"
     1.6  DEPENDS="libvorbis libtheora speex"
     1.7 -BUILD_DEPENDS="libvorbis-dev libtheora-dev speex-dev"
     1.8 +BUILD_DEPENDS="libvorbis-dev libtheora-dev speex-dev libogg-dev"
     1.9  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.10  WEB_SITE="http://www.icecast.org/"
    1.11  WGET_URL="http://downloads.xiph.org/releases/$PACKAGE/$TARBALL"