# Maintainer: Ray Rashif # Contributor: LTSmash pkgname=psychosynth pkgver=0.2.1 pkgrel=1 pkgdesc="Interactive 3D modular synthesis environment inspired by the Reactable" arch=(i686 x86_64) url="http://www.psychosynth.com/" license=('GPL3') depends=('cegui' 'ogre' 'liblo' 'jack' 'soundtouch' 'libsigc++2.0') makedepends=('boost') install=$pkgname.install source=(ftp://ftp.gnu.org/gnu/psychosynth/psychosynth-$pkgver.tar.gz) build() { cd "$srcdir/$pkgname-$pkgver" ./configure --prefix=/usr --bindir=/usr/bin --libdir=/usr/lib make -j1 make DESTDIR="$pkgdir/" install } md5sums=('d2889607d22d2e30b62f7bb1cd2d2327')