updated on Mon Jan 23 04:00:55 UTC 2012
[aur-mirror.git] / muse-streaming / PKGBUILD
blob5053e32da49b749e5619420f199ac7975f66595c
1 # Contributor: Pierluigi <pierluigi88@gmail.com>
2 pkgname=muse-streaming
3 pkgver=0.9.2
4 pkgrel=3
5 pkgdesc="MuSE is an application for the mixing, encoding, and network streaming of sound."
6 url="http://muse.dyne.org/"
7 license="GPL"
8 depends=(lame gtk2 xorg-clients libsndfile libvorbis)
9 source=(ftp://ftp.dyne.org/muse/sources/MuSE-$pkgver.tar.gz linklist.patch)
10 md5sums=('7b3b01a35af79b8852ee6b0f033ff46c' '50dcf69cb6b65a90ee9d20a7e6aa433d')
12 build() {
13  cd $startdir/src/MuSE-$pkgver
14  patch -p0 < $startdir/linklist.patch
15  ./configure --prefix=/usr
16  make || return 1
17  make DESTDIR=$startdir/pkg install