1 # Contributor: bl4ckb1t <bl4ckb1t@gmail.com>
5 pkgdesc="command line source client for Icecast media streaming servers."
7 url="http://www.icecast.org/ezstream.php"
9 depends=('libogg' 'libvorbis' 'libxml2' 'libshout' 'taglib')
10 source=(http://downloads.xiph.org/releases/ezstream/$pkgname-$pkgver.tar.gz)
11 md5sums=('1be68119d44fbe71454a901fa650a359')
14 cd $startdir/src/$pkgname-$pkgver
15 ./configure --prefix=/usr
17 make DESTDIR=$startdir/pkg install