diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2010-07-19 15:59:45 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2010-07-19 16:00:49 +0000 |
commit | c240a5afa28119950756bede04ab393eb392265f (patch) | |
tree | ea316bfc32515ee8556aadd1b5b302be89ad46fc /testing/freeswitch-sounds-es-mx-maria | |
parent | adaea81fd6f75090711f93717d3134d6003a2371 (diff) | |
download | aports-c240a5afa28119950756bede04ab393eb392265f.tar.bz2 aports-c240a5afa28119950756bede04ab393eb392265f.tar.xz |
testing/freeswitch-sounds-es-mx-maria-44100: new aport
Sounds for freeswitch Spanish
http://files.freeswitch.org/
Diffstat (limited to 'testing/freeswitch-sounds-es-mx-maria')
-rw-r--r-- | testing/freeswitch-sounds-es-mx-maria/APKBUILD | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/testing/freeswitch-sounds-es-mx-maria/APKBUILD b/testing/freeswitch-sounds-es-mx-maria/APKBUILD new file mode 100644 index 000000000..db0cd12c7 --- /dev/null +++ b/testing/freeswitch-sounds-es-mx-maria/APKBUILD @@ -0,0 +1,26 @@ +# Contributor: +# Maintainer: Natanael Copa <ncopa@alpinelinux.org> +pkgname=freeswitch-sounds-es-mx-maria-44100 +pkgver="0" +pkgrel=0 +pkgdesc="Sounds for freeswitch Spanish" +url="http://files.freeswitch.org/" +license="unknown" +depends= +makedepends= +install= +subpackages= +source="http://files.freeswitch.org/freeswitch-sounds-es-mx-maria-44100.tar.gz" + +_builddir="$srcdir"/$pkgname-$pkgver + +build() { + return 0 +} + +package() { + mkdir -p "$pkgdir"/usr/sounds/ + cp -ra "$srcdir"/ "$pkgdir"/usr/sounds +} + +md5sums="a83a2e994741e4085016873d2d1c69a4 freeswitch-sounds-es-mx-maria-44100.tar.gz" |