1 #Contributor <Themaister> <maister@archlinux.us>
6 pkgdesc="Simple solution for streaming PCM data from client to server in real time."
8 url="http://github.com/Themaister/RSound"
18 _gitroot="git://github.com/Themaister/RSound.git"
24 msg "Connecting to the GIT server ..."
28 msg "Git checkout done."
31 ./configure --prefix=/usr || return 1
38 mkdir -p $pkgdir/usr/share/man/man1
39 make DESTDIR=${pkgdir} install || return 1