description="Streaming audio over the Internet"
url="http://www.icecast.org/"

contributors="Hugo"
packager="tnut <tnut@nutyx.org>"

makedepends=(curl libvorbis libxslt speex libtheora)

name=icecast
version=2.4.4

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

build(){ 
cd $name-$version

./configure --prefix=/usr \
	    --sysconfdir=/etc \
            --localstatedir=/var

make

make DESTDIR=$PKG install

install -d -g99 -o99 $PKG/var/log/icecast

install -Dm0644 $SRC/icecast.service $PKG/lib/systemd/system/icecast.service
}
