1 # Maintainer: Hans-Kristian Arntzen <maister@archlinux.us>
3 pkgname=alsa-plugins-rsound-git
6 pkgdesc="RSound output plugin for ALSA"
8 url="http://www.rsound.org"
10 depends=('rsound' 'alsa-lib')
12 install=$pkgname.install
14 _gitroot="git://github.com/Themaister/RSound.git"
21 if [ -d $_gitrepo ]; then
22 cd $_gitrepo && git pull && cd $srcdir
24 git clone $_gitroot $_gitrepo
27 cd $_gitrepo/patches/alsa
29 make DESTDIR=$pkgdir install || return 1