updated on Sat Jan 21 20:03:50 UTC 2012
[aur-mirror.git] / pvconverter-i686-bin / PKGBUILD
blobea5a087f79fbb3b3660f7f16bd779ce306faaede
1 # Maintainer: Your Name <youremail@domain.com>
2 _pkgname=pvconverter
3 pkgname=$_pkgname-i686-bin
4 _distname=PVConverter_linux_32bit
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=('i686')
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/common/downloads/purevoice/$_distname"_v"$pkgver.tar.gz"
14         'LICENSE')
15 md5sums=('31e7ae229add2e2fc49550f89731e43b'
16          '0de70a804ea56485f0976c19f80570d5')
18 package() {
20   install -d $pkgdir/usr/{bin,share/licenses/$_pkgname}
22   cd "$srcdir"
23   install LICENSE "$pkgdir/usr/share/licenses/$_pkgname"
24   install pvconv "$pkgdir/usr/bin"
27 # vim:set ts=2 sw=2 et: