# Description: library for communicating with an icecast server # URL: http://www.icecast.org/ # Maintainer: Han Boetes # Packager: Han Boetes # Depends on: libvorbis name=libshout version=2.2 release=1 source=" http://downloads.us.xiph.org/releases/libshout/$name-$version.tar.gz $name.patch " build() { cd $name-$version patch -p0 < $SRC/$name.patch ./configure \ --prefix=/usr \ --disable-nls make make install DESTDIR=$PKG rm -rf $PKG/usr/share/doc/ }