1 # Contributor: bl4ckb1t <bl4ckb1t@gmail.com>
6 pkgdesc="source client for broadcasting in Ogg Vorbis format to an icecast2 server."
8 url="http://icecast.org/ices.php"
10 depends=('libogg' 'libvorbis' 'libxml2' 'libshout')
11 source=(http://downloads.us.xiph.org/releases/ices/$_srcname-$pkgver.tar.gz)
12 md5sums=('0d95ac34d59fed337028d5e7771076d8')
15 cd $startdir/src/$_srcname-$pkgver
16 ./configure --prefix=/usr
18 make DESTDIR=$startdir/pkg install
19 install -Dm644 COPYING ${startdir}/pkg/usr/share/licenses/${pkgname}/COPYING