1 # Maintainer: Your Name <youremail@domain.com>
3 pkgname=$_pkgname-i686-bin
4 _distname=PVConverter_linux_32bit
7 pkgdesc="Converts PCM (mono, 8 kHz, 16-bit) wave file to PureVoice qcp file and vice-versa."
9 url="http://www.qualcomm.com/products_services/mobile_content_services/voice/purevoice.html"
11 depends=('glibc' 'libstdc++5')
13 source=("http://www.qualcomm.com/common/downloads/purevoice/$_distname"_v"$pkgver.tar.gz"
15 md5sums=('31e7ae229add2e2fc49550f89731e43b'
16 '0de70a804ea56485f0976c19f80570d5')
20 install -d $pkgdir/usr/{bin,share/licenses/$_pkgname}
23 install LICENSE "$pkgdir/usr/share/licenses/$_pkgname"
24 install pvconv "$pkgdir/usr/bin"
27 # vim:set ts=2 sw=2 et: