Advertisement
g2oo7fy

Untitled

Sep 28th, 2011
148
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.60 KB | None | 0 0
  1. # Maintainer: Bernardo Barros <bernardobarros@gmail.com>
  2. # Contributor: moi
  3.  
  4. pkgname=qm-vamp-plugins-64bit
  5. pkgver=1.7
  6. pkgrel=1
  7. pkgdesc="Queen Mary Vamp Plugins"
  8. arch=('x86_64')
  9. url="http://isophonics.net/QMVampPlugins"
  10. license=('GPL')
  11. depends=('vamp-plugin-sdk')
  12.  
  13.  
  14. source=('https://code.soundsoftware.ac.uk/attachments/download/107/qm-vamp-plugins-1.7-amd64-linux.tar.gz')
  15. md5sums=('186c8de3f0bfa46061e9fe2a3ef7c709')
  16.  
  17. build() {
  18.     rm $srcdir/qm-vamp-plugins-1.7-amd64-linux/*.txt
  19.     install -d $pkgdir/usr/lib/vamp/
  20.     install -p $srcdir/qm-vamp-plugins-1.7-amd64-linux/* $pkgdir/usr/lib/vamp/
  21. }
  22.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement