updated on Fri Jan 13 08:00:32 UTC 2012
[aur-mirror.git] / x2raw / PKGBUILD
blob56b9f2d0829131372adb3b853ceadbab11e70ec2
1 # Maintainer: Maskawanian <aur@cryingwolf.org>
2 pkgname=x2raw
3 pkgver=2009.10.21
4 pkgrel=1
5 pkgdesc="Script to convert any mplayer supported audio file to RAW suitable for Asterisk IVRs."
6 arch=(any)
7 depends=('mplayer' 'sox')
8 license=('custom:MIT')
9 url=('http://www.slello.com')
10 source=(x2raw)
11 md5sums=(61fb0445348bd26c2e545d08db551b74)
13 build() {
14         mkdir -p ${pkgdir}/usr/bin || return 1
15         cp ${srcdir}/x2raw ${pkgdir}/usr/bin
16         chmod a+x  ${pkgdir}/usr/bin/x2raw
17         chmod a+r  ${pkgdir}/usr/bin/x2raw