From 0ec35cb580c8ed28b14e4d47ef2da0a5caac2261 Mon Sep 17 00:00:00 2001 From: Cameron Banta Date: Sat, 28 May 2011 01:56:43 +0000 Subject: main/freeswitch-sounds-en-us-callie-32000: new package --- main/freeswitch-sounds-en-us-callie-32000/APKBUILD | 27 ++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 main/freeswitch-sounds-en-us-callie-32000/APKBUILD (limited to 'main/freeswitch-sounds-en-us-callie-32000') 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 000000000..fb0409f33 --- /dev/null +++ b/main/freeswitch-sounds-en-us-callie-32000/APKBUILD @@ -0,0 +1,27 @@ +# Maintainer: Natanael Copa +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" -- cgit v1.2.3