diff options
author | Cameron Banta <cbanta@gmail.com> | 2011-05-28 01:56:45 +0000 |
---|---|---|
committer | Carlo Landmeter <clandmeter@gmail.com> | 2011-06-01 10:56:14 +0000 |
commit | 1c7f18784be78d77e7f57bfc5dbe4ef640105741 (patch) | |
tree | 543027dec70c9659501fb44914cc4940c7983fe0 /main/freeswitch-sounds-ru-RU-elena-32000 | |
parent | fc87e1318fa046922f34100efdb59f03f56d7a63 (diff) | |
download | aports-1c7f18784be78d77e7f57bfc5dbe4ef640105741.tar.bz2 aports-1c7f18784be78d77e7f57bfc5dbe4ef640105741.tar.xz |
main/freeswitch-sounds-ru-RU-elena-32000: new package
Diffstat (limited to 'main/freeswitch-sounds-ru-RU-elena-32000')
-rw-r--r-- | main/freeswitch-sounds-ru-RU-elena-32000/APKBUILD | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/main/freeswitch-sounds-ru-RU-elena-32000/APKBUILD b/main/freeswitch-sounds-ru-RU-elena-32000/APKBUILD new file mode 100644 index 0000000000..3d60268946 --- /dev/null +++ b/main/freeswitch-sounds-ru-RU-elena-32000/APKBUILD @@ -0,0 +1,25 @@ +# Maintainer: Natanael Copa <ncopa@alpinelinux.org> +pkgname=freeswitch-sounds-ru-RU-elena-32000 +pkgver=1.0.12 +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" + +build() { + return 0 +} + +package() { + mkdir -p "$pkgdir"/usr/sounds/ + cp -ra "$srcdir"/ru "$pkgdir"/usr/sounds + chown -R root:root "$pkgdir"/usr/sounds +} + +md5sums="827af236dd34faff857d7aefb169e196 freeswitch-sounds-ru-RU-elena-32000-1.0.12.tar.gz" |