Advertisement
Guest User

psychosynth PKGBUILD

a guest
Sep 9th, 2011
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. # Maintainer: Ray Rashif <schivmeister@gmail.com>
  2. # Contributor: LTSmash <lord.ltsmash@gmail.com>
  3.  
  4. pkgname=psychosynth
  5. pkgver=0.2.1
  6. pkgrel=1
  7. pkgdesc="Interactive 3D modular synthesis environment inspired by the Reactable"
  8. arch=(i686 x86_64)
  9. url="http://www.psychosynth.com/"
  10. license=('GPL3')
  11. depends=('cegui' 'ogre' 'liblo' 'jack'
  12. 'soundtouch' 'libsigc++2.0')
  13. makedepends=('boost')
  14.  
  15. install=$pkgname.install
  16. source=(ftp://ftp.gnu.org/gnu/psychosynth/psychosynth-$pkgver.tar.gz)
  17.  
  18. build() {
  19. cd "$srcdir/$pkgname-$pkgver"
  20.  
  21. ./configure --prefix=/usr --bindir=/usr/bin --libdir=/usr/lib
  22. make -j1
  23. make DESTDIR="$pkgdir/" install
  24. }
  25. md5sums=('d2889607d22d2e30b62f7bb1cd2d2327')
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement