1 # Maintainer: Hans-Kristian Arntzen <maister@archlinux.us>
3 pkgname=vlc-plugin-rsound-git
6 pkgdesc="RSound output plugin for VLC"
8 url="http://www.rsound.org"
10 depends=('rsound' 'vlc')
13 _gitroot="git://github.com/Themaister/RSound.git"
20 if [ -d $_gitrepo ]; then
21 cd $_gitrepo && git pull && cd $srcdir
23 git clone $_gitroot $_gitrepo
26 cd $_gitrepo/patches/vlc
28 make DESTDIR=$pkgdir install || return 1