1 # Maintainer: SpepS <dreamspepser at yahoo dot it>
7 pkgdesc="Music Notation Workshop"
9 url="http://www.$_name.org/"
12 optdepends=('lilypond: lilypond support'
13 'python-pysmf: smf support'
19 md5sums=('48017430ff111cc2f89fda26507c62cf')
21 _gitroot=https://github.com/nilsgey/Laborejo.git
26 msg "Connecting to GIT server...."
28 if [[ -d "$_gitname" ]]; then
29 cd "$_gitname" && git pull origin
30 msg "The local files are updated."
32 git clone "$_gitroot" "$_gitname"
35 msg "GIT checkout done or server timeout"
36 msg "Starting build..."
38 rm -rf "$srcdir/$_gitname-build"
39 git clone "$srcdir/$_gitname" "$srcdir/$_gitname-build"
40 cd "$srcdir/$_gitname-build"
48 cd "$srcdir/$_gitname-build"
51 install -d "$pkgdir/usr/share/$_name"
52 cp -a * "$pkgdir/usr/share/$_name"
55 install -Dm755 ../$_name.sh "$pkgdir/usr/bin/$_name"
58 # vim:set ts=2 sw=2 et: