1 # Contributor: Pierluigi <pierluigi88@gmail.com>
5 pkgdesc="MuSE is an application for the mixing, encoding, and network streaming of sound."
6 url="http://muse.dyne.org/"
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')
13 cd $startdir/src/MuSE-$pkgver
14 patch -p0 < $startdir/linklist.patch
15 ./configure --prefix=/usr
17 make DESTDIR=$startdir/pkg install