1 # Maintainer: Bernardo Barros <bernardobarros@NOSPAM.gmail.com>
3 pkgname=supercollider-cruciallib
4 pkgdesc="SuperCollider quark: The Player system including Patch/Instr, Sample, various language and server introspection tools, GUI widgets, scheduling tools and misc (this is included with SuperCollider releases until SC 3.5 in the SCClassLibrary. This quark is for those working with the current development version for 3.5) Author: felix."
7 depends=('supercollider')
12 url="http://quarks.sourceforge.net/"
14 groups=('supercollider-quarks')
15 makedepends=('subversion')
17 _svntrunk="https://quarks.svn.sourceforge.net/svnroot/quarks/${_path}"
23 if [ -d $_svnmod/.svn ]; then
24 (cd $_svnmod && svn up -r $pkgver)
26 svn co $_svntrunk --config-dir ./ -r $pkgver $_svnmod
29 msg "SVN checkout done or server timeout"
33 cd "${srcdir}/${_quark}"
34 mkdir -p "${pkgdir}/usr/share/SuperCollider/Extentions/${_quark}"
35 cp -r $srcdir/${_quark}/* "${pkgdir}/usr/share/SuperCollider/Extentions/${_quark}"