Advertisement
Guest User

Untitled

a guest
Jun 20th, 2016
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.54 KB | None | 0 0
  1. # Maintainer: David Matson <gitcoder@outlook.com>
  2. pkgname=freeswitch-sounds-en-us-callie-8000
  3. pkgver=1.0.51
  4. pkgrel=1
  5. pkgdesc="8KHz US English prompts for freeswitch"
  6. arch=('any')
  7. license=('custom:none')
  8. url="https://freeswitch.org/"
  9. options=('!strip')
  10. source=("https://files.freeswitch.org/releases/sounds/$pkgname-$pkgver.tar.gz")
  11. sha256sums=('e48a63bd69e6253d294ce43a941d603b02467feb5d92ee57a536ccc5f849a4a8')
  12.  
  13. package() {
  14.   mkdir -p "${pkgdir}/usr/share/freeswitch/sounds/"
  15.   cp -r "${srcdir}/en" "${pkgdir}/usr/share/freeswitch/sounds/"
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement