1 # Maintainer: Adria Arrufat <swiftscythe(at)gmail(dot)com>
6 pkgdesc="A real-time sound processor. You can plug your electric guitar or any other musical instrument directly to the PC's sound card and start experimenting with various sound effects."
8 url="http://opendesktop.org/content/show.php?content=142906"
10 depends=('kdelibs' 'jack')
11 makedepends=('git' 'cmake>=2.8.0' 'automoc4')
16 _gitroot="https://github.com/laudrup/Creox4.git"
21 msg "Connecting to GIT server..."
23 if [ -d ${_gitname} ]; then
24 cd ${_gitname} && git pull origin
26 git clone --depth 1 ${_gitroot}
29 msg "GIT checkout done or server timeout"
30 msg "Starting build..."
32 rm -rf ${srcdir}/${_gitname}-build
33 cp -r ${srcdir}/${_gitname} ${srcdir}/${_gitname}-build
34 cd ${srcdir}/${_gitname}-build
36 cmake -DCMAKE_INSTALL_PREFIX=/usr
41 cd ${srcdir}/${_gitname}-build
42 make DESTDIR=${pkgdir} install