# Maintainer: Your Name _pkgname=pvconverter pkgname=$_pkgname-i686-bin _distname=pvconverter_linux_32bit pkgver=3.5 pkgrel=1 pkgdesc="Converts PCM (mono, 8 kHz, 16-bit) wave file to PureVoice qcp file and vice-versa." arch=('i686') url="http://www.qualcomm.com/products_services/mobile_content_services/voice/purevoice.html" license=('custom') depends=('glibc' 'libstdc++5') changelog='ChangeLog' source=("http://www.qualcomm.com/sites/default/files/downloads/purevoice/$_distname"_v"$pkgver.tar.gz" 'LICENSE') md5sums=('31e7ae229add2e2fc49550f89731e43b' '0de70a804ea56485f0976c19f80570d5') package() { install -d $pkgdir/usr/{bin,share/licenses/$_pkgname} cd "$srcdir" install LICENSE "$pkgdir/usr/share/licenses/$_pkgname" install pvconv "$pkgdir/usr/bin" } # vim:set ts=2 sw=2 et: