updated on Fri Jan 20 12:03:34 UTC 2012
[aur-mirror.git] / ices-kh / PKGBUILD
blobcb7a641d52b15cab81dc910e90f46dddc7690657
1 # Maintainer: Sebastien Luttringer <seblu+arch@seblu.net>
3 pkgname=ices-kh
4 pkgver=2.0_kh60a
5 pkgrel=1
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.'
7 arch=('i686' 'x86_64')
8 url='http://www.xiphicecast.webspace.virginmedia.com'
9 license=('GPL2')
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')
15 build() {
16   cd ${pkgname/-*}-${pkgver//_/-}
17   ./configure --prefix=/usr
18   make
21 package() {
22   cd ${pkgname/-*}-${pkgver//_/-}
23   make DESTDIR="$pkgdir" install
26 # vim:set ts=2 sw=2 ft=sh et: