1 # Maintainer: Philipp Überbacher <murks@lavabit.com>
5 pkgdesc="A pattern based, tracker-like jack midi sequencer."
7 url="http://bitbucket.org/paniq/jacker/"
9 depends=('gtkmm' 'jack' 'libsigc++')
10 makedepends=('mercurial' 'scons')
13 _hgroot="http://bitbucket.org/paniq"
18 msg "Connecting to Mercurial server...."
20 if [ -d $_hgrepo ] ; then
22 hg pull -u || return 1
23 msg "The local files are updated."
25 hg clone $_hgroot $_hgrepo || return 1
28 msg "Mercurial checkout done or server timeout"
29 msg "Starting make..."
31 rm -rf "$srcdir/$_hgrepo-build"
32 cp -r "$srcdir/$_hgrepo" "$srcdir/$_hgrepo-build"
33 cd "$srcdir/$_hgrepo-build"
43 cd "${srcdir}/$_hgrepo-build"
44 scons DESTDIR="${pkgdir}" install