Advertisement
neuromancer85

distrho-arctican 20120518-1 modified PKGBUILD

Nov 10th, 2012
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.84 KB | None | 0 0
  1. # Contributor: Luis Pablo Gasparotto <lpgasparotto(at)gmail(dot)com>
  2.  
  3. pkgname=distrho-arctican
  4. pkgver=20120518
  5. pkgrel=1
  6. pkgdesc="These are simple but useful plugins, 'developed as there was nothing similar out there'. In the pack you will find 2 Arctican plugins - 'The Function' and 'The Pilgrim'. Ported to LV2"
  7. url="http://distrho.sourceforge.net/"
  8. arch=('x86_64')
  9. license=('GPL')
  10. depends=('lv2' 'p7zip')
  11. source=(http://sourceforge.net/projects/distrho/files/Ports/Arctican-Plugins/arctican-plugins_linux64_20120518.7z)
  12. md5sums=('96a7b131e1c0c50b890fe8620ba80435')
  13. build() {
  14.   cd $srcdir/arctican-plugins_linux64
  15.   install -m 755 -d $pkgdir/usr/lib/lv2/{TheFunction.lv2,ThePilgrim.lv2}
  16.   install -m 644 -D lv2/TheFunction.lv2/* $pkgdir/usr/lib/lv2/TheFunction.lv2/
  17.   install -m 644 -D lv2/ThePilgrim.lv2/* $pkgdir/usr/lib/lv2/ThePilgrim.lv2/
  18. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement