Want more features on Pastebin? Sign Up, it's FREE!
Guest

flanger

By: a guest on Oct 3rd, 2010  |  syntax: None  |  size: 0.82 KB  |  views: 104  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print  |  QR code  |  clone
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. # Maintainer: Ori Lahav <vbCrLf ta GMail tod com>
  2. pkgname=flanger
  3. pkgver=0.1
  4. pkgrel=1
  5. pkgdesc="Intuitive flow-chart style sound editing for Linux, Windows and Mac."
  6. arch=('i686' 'x86_64')
  7. url="http://sourceforge.net/p/flanger/"
  8. license=('GPL')
  9. install=flanger.install
  10. depends=('qt' 'portaudio' 'libsndfile' 'libsamplerate')
  11. source=(http://downloads.sourceforge.net/project/flanger/flanger_$pkgver.src.tar.gz)
  12. md5sums=('6adc13bd477e0a32a277331918931553')
  13.  
  14. build() {
  15.   cd flanger
  16.   qmake && make
  17. }
  18.  
  19. package() {
  20.   install -dm755 $pkgdir/usr/{bin,share/flanger/examples,share/applications/}
  21.   install -m755 $srcdir/flanger/Flanger $pkgdir/usr/bin/flanger
  22.   install -m644 $srcdir/flanger/files/* $pkgdir/usr/share/flanger/examples/
  23.   install -m644 $srcdir/flanger/other/flanger.desktop $pkgdir/usr/share/applications/
  24. }
clone this paste RAW Paste Data