1 # Maintainer: becks <becks@msound.org>
7 pkgdesc="jackd client audio retrigger"
9 url="https://github.com/carloratm/daTrigga"
11 depends=('gcc' 'binutils' 'libsndfile' 'libsamplerate' 'jack' 'gtkmm>=2.4.0' 'pkg-config>=0.20')
14 conflicts=('datrigga')
16 _gitroot="git://github.com/carloratm/daTrigga.git"
21 msg "Connecting to GIT server...."
23 if [ -d $_gitname ] ; then
24 cd $_gitname && git pull origin
25 msg "The local files are updated."
27 git clone $_gitroot $_gitname
30 msg "GIT checkout done"
33 cd "$srcdir/$_gitname"
39 python2 waf configure --prefix=/usr || return 1
40 python2 waf build || return 1
44 cd "$srcdir/$_gitname"
45 DESTDIR="${pkgdir}" python2 waf install