1 # Maintainer: Manuel Bärenz <manuel@enigmage.de>
6 pkgdesc="A program to allow people to make real music together via the Internet; client and server; community developed version of ninjam from git"
8 url="http://wahjam.org/"
9 depends=('ncurses' 'alsa-lib' 'libvorbis')
10 makedepends=('git' 'gcc')
12 provides=('wahjam-git')
13 replaces=('ninjam_client' 'ninjam_server')
15 _gitroot="https://github.com/wahjam/wahjam.git"
20 msg "Connecting to the GIT server...."
22 if [[ -d $srcdir/$_gitname ]] ; then
25 msg "The local files are updated."
27 git clone $_gitroot $_gitname
30 msg "GIT checkout done"
31 msg "Starting make..."
33 cd $srcdir/$_gitname/ninjam/cursesclient
35 install -D -m755 cwahjam $pkgdir/usr/bin/cwahjam
37 cd $srcdir/$_gitname/ninjam/server
39 install -D -m755 wahjamsrv $pkgdir/usr/bin/wahjamsrv