updated on Thu Jan 5 13:17:10 UTC 2012
[aur-mirror.git] / mast / PKGBUILD
blob766fb133999057ca02c535ac5fd2792bbdd583e1
1 # Contributor: farid abdelnour <farid at atelier-lab.org>
2 pkgname=mast
3 pkgver=0.2.2
4 pkgrel=1
5 pkgdesc="Audio streaming broadcaster and client using RTP over IPv4 and IPv6 Multicast/Unicast."
6 arch=('i686')
7 url="http://www.aelius.com/njh/mast/"
8 license=('GPL')
9 depends=('libsndfile' 'jack-audio-connection-kit' 'twolame' 'ortp')
10 source=(http://www.aelius.com/njh/mast/mast-0.2.2.tar.gz)
11 md5sums=(ebad0107336d1401879191596dce7897)
13 build() {
14   cd $startdir/src/$pkgname-$pkgver
15   ./configure --prefix=/usr
16   make || return 1
17   make DESTDIR=$startdir/pkg install || return 1