Advertisement
Guest User

Untitled

a guest
Jun 20th, 2012
158
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.96 KB | None | 0 0
  1. # Maintainer: attila589 <attila589 at gmail dot com>
  2.  
  3. pkgname=tal-plugins
  4. pkgver=20120518
  5. pkgrel=1
  6. pkgdesc="Togu Audio Line VST plugins - NoiseMaker, Dub III, Filter, Filter II, Reverb, Reverb II, Reverb III, Vocoder II - ported and compiled for Linux"
  7. arch=('i686' 'x86_64')
  8. url="http://distrho.sourceforge.net"
  9. depends=('freetype2' 'libxext' 'gcc-libs')
  10. license=('GPL')
  11. source=(http://sourceforge.net/projects/distrho/files/Ports/TAL-Plugins/tal-plugins_linux32_${pkgver}.7z)
  12. md5sums=('5805d79946253f223ffd03a8cbcba8ba')
  13. sha256sums=('72742741f54eb27d556377f4f58653026310e01edd255d214dafdd2d6ab08b46')
  14. if [[ $CARCH == x86_64 ]]; then
  15.   source=(http://sourceforge.net/projects/distrho/files/Ports/TAL-Plugins/tal-plugins_linux64_${pkgver}.7z)
  16.   md5sums=('e3544f5a2e5258e969d6d817905068a0')
  17.   sha256sums=('47c004fbc9549fd516f0acd0c9409b87af2b800f23161605904665b3777e0bd2')
  18. fi
  19.  
  20. package() {
  21.   mkdir -p "${pkgdir}/usr/lib/vst"
  22.   cp */vst/*.so "${pkgdir}/usr/lib/vst"
  23. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement