1 # Maintainer: Sebastien Luttringer <seblu+arch@seblu.net>
6 pkgdesc='KH branche extends the offical release of Ices 2.0.1. This includes JACK input support, save file splitting and multiple input switchover.'
8 url='http://www.xiphicecast.webspace.virginmedia.com'
10 depends=('alsa-lib' 'jack' 'libvorbis' 'libshout' 'libvorbis' 'libogg' 'libxml2' 'speex' 'zlib' 'libtheora')
11 conflict=('ices' 'ices2')
12 source=("http://www.xiphicecast.webspace.virginmedia.com/ices-2.0-kh60a.tar.bz2")
13 md5sums=('b09e6132cf1f9f4b5312680f4a495578')
16 cd ${pkgname/-*}-${pkgver//_/-}
17 ./configure --prefix=/usr
22 cd ${pkgname/-*}-${pkgver//_/-}
23 make DESTDIR="$pkgdir" install
26 # vim:set ts=2 sw=2 ft=sh et: