# Description: free server software for streaming multimedia # URL: http://icecast.org # Maintainer: #teatime (irc.kyber.io), teatime at kyber dot io # Depends on: libxslt libxml2 curl libvorbis libogg libtheora speex opus flac name=icecast version=2.4.3 release=3 source=(http://downloads.xiph.org/releases/$name/$name-$version.tar.gz icecast config.patch) build() { cd $name-$version ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var make make DESTDIR=$PKG install rm -rf $PKG/usr/share/doc/ install -d -m 0750 -o nobody -g nobody $PKG/var/log/icecast install -D -m 755 $SRC/icecast $PKG/etc/rc.d/icecast cd $PKG patch -Np0 -i ../../config.patch }