diff options
author | Leonardo Arena <rnalrd@alpinelinux.org> | 2012-04-02 12:35:00 +0000 |
---|---|---|
committer | Leonardo Arena <rnalrd@alpinelinux.org> | 2012-04-02 12:35:00 +0000 |
commit | 8eedd842e3a72df8d66779eb1574e4b84b8b7c49 (patch) | |
tree | d12e9cac8b4c58d10bcce2848347532f966f6b42 /main | |
parent | a5ebcb35986fe5ca229650f9a59697c18f9c3139 (diff) | |
parent | 3196418bad03f30a8a8bc833cda9a2e0fe8d18b2 (diff) | |
download | aports-8eedd842e3a72df8d66779eb1574e4b84b8b7c49.tar.bz2 aports-8eedd842e3a72df8d66779eb1574e4b84b8b7c49.tar.xz |
Merge branch 'master' of ../aports-jbilyk
Diffstat (limited to 'main')
-rw-r--r-- | main/freeswitch-sounds-es-mx-maria-44100/APKBUILD | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/main/freeswitch-sounds-es-mx-maria-44100/APKBUILD b/main/freeswitch-sounds-es-mx-maria-44100/APKBUILD new file mode 100644 index 000000000..5474fb046 --- /dev/null +++ b/main/freeswitch-sounds-es-mx-maria-44100/APKBUILD @@ -0,0 +1,27 @@ +# Contributor: Jeff Bilyk <jbilyk@gmail.com> +# Maintainer: Natanael Copa <ncopa@alpinelinux.org> +pkgname=freeswitch-sounds-es-mx-maria-44100 +pkgver="0" +pkgrel=1 +pkgdesc="Sounds for freeswitch Spanish" +url="http://files.freeswitch.org/" +arch="noarch" +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"/es/ "$pkgdir"/usr/sounds +} + +md5sums="a83a2e994741e4085016873d2d1c69a4 freeswitch-sounds-es-mx-maria-44100.tar.gz" |