diff options
author | Cameron Banta <cbanta@gmail.com> | 2011-05-28 01:56:43 +0000 |
---|---|---|
committer | Carlo Landmeter <clandmeter@gmail.com> | 2011-06-01 10:56:14 +0000 |
commit | 0ec35cb580c8ed28b14e4d47ef2da0a5caac2261 (patch) | |
tree | 3d45dd3034d2f14e1e22a119736a47a38f15d121 /main/freeswitch-sounds-en-us-callie-32000/APKBUILD | |
parent | f268ad7015ba552ef663ce83dbad89b25cb92be5 (diff) | |
download | aports-0ec35cb580c8ed28b14e4d47ef2da0a5caac2261.tar.bz2 aports-0ec35cb580c8ed28b14e4d47ef2da0a5caac2261.tar.xz |
main/freeswitch-sounds-en-us-callie-32000: new package
Diffstat (limited to 'main/freeswitch-sounds-en-us-callie-32000/APKBUILD')
-rw-r--r-- | main/freeswitch-sounds-en-us-callie-32000/APKBUILD | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/main/freeswitch-sounds-en-us-callie-32000/APKBUILD b/main/freeswitch-sounds-en-us-callie-32000/APKBUILD new file mode 100644 index 0000000000..fb0409f337 --- /dev/null +++ b/main/freeswitch-sounds-en-us-callie-32000/APKBUILD @@ -0,0 +1,27 @@ +# Maintainer: Natanael Copa <ncopa@alpinelinux.org> +pkgname=freeswitch-sounds-en-us-callie-32000 +pkgver=1.0.16 +pkgrel=0 +pkgdesc="Sounds for freeswitch English" +url="http://files.freeswitch.org/" +arch="noarch" +license="unknown" +depends= +makedepends= +install= +subpackages= +source="http://files.freeswitch.org/$pkgname-$pkgver.tar.gz" + +_builddir="$srcdir"/$pkgname-$pkgver + +build() { + return 0 +} + +package() { + mkdir -p "$pkgdir"/usr/sounds/ + cp -ra "$srcdir"/en "$pkgdir"/usr/sounds + chown -R root:root "$pkgdir"/usr/sounds +} + +md5sums="d508c4725e1600dd8520b99ae9ed89e8 freeswitch-sounds-en-us-callie-32000-1.0.16.tar.gz" |