1 # Contributor: Shinlun Hsieh <yngwiexx@yahoo.com.tw>
5 pkgdesc="A program to allow people to make real music together via the Internet; client side utility"
7 url="http://www.ninjam.com/"
9 depends=('gcc' 'ncurses' 'alsa-lib' 'libvorbis')
10 source=(http://www.ninjam.com/downloads/src/cclient_src_v${pkgver}.tar.gz Makefile.patch)
11 md5sums=('9ad6dd2ac68c9b548f52e2907a36eb29'
12 'e68a4cd4a1d7fb28357094b016473bc3')
15 patch $srcdir/ninjam/cursesclient/Makefile Makefile.patch
16 cd $srcdir/ninjam/cursesclient
18 install -D -m755 cninjam $pkgdir/usr/bin/cninjam