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

pvconverter x86_64 PKGBUILD

By: a guest on Jun 6th, 2012  |  syntax: None  |  size: 0.85 KB  |  views: 24  |  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: Your Name <youremail@domain.com>
  2. _pkgname=pvconverter
  3. pkgname=$_pkgname-x86_64-bin
  4. _distname=pvconverter_linux_64bit
  5. pkgver=3.5
  6. pkgrel=1
  7. pkgdesc="Converts PCM (mono, 8 kHz, 16-bit) wave file to PureVoice qcp file and vice-versa."
  8. arch=('x86_64')
  9. url="http://www.qualcomm.com/products_services/mobile_content_services/voice/purevoice.html"
  10. license=('custom')
  11. depends=('glibc' 'libstdc++5')
  12. changelog='ChangeLog'
  13. source=("http://www.qualcomm.com/sites/default/files/downloads/purevoice/$_distname"_v"$pkgver.tar.gz"
  14.         'LICENSE')
  15. md5sums=('d1402f903fe77284f4e437049083efe7'
  16.         '0de70a804ea56485f0976c19f80570d5')
  17.  
  18.  
  19. package() {
  20.  
  21.   install -d $pkgdir/usr/{bin,share/licenses/$_pkgname}
  22.  
  23.   cd "$srcdir"
  24.   install LICENSE "$pkgdir/usr/share/licenses/$_pkgname"
  25.   install pvconv "$pkgdir/usr/bin"
  26. }
  27.  
  28. # vim:set ts=2 sw=2 et:
clone this paste RAW Paste Data