diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2015-07-08 09:06:37 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2015-07-08 09:06:37 +0000 |
commit | 244d70926be696fe7d4491c549aecfe8c8dba562 (patch) | |
tree | 57d66d79e04100aaf15108925f34a6cf0489ffb4 /main/freeswitch-sounds-fr-fr-sibylle-8000/APKBUILD | |
parent | a215f1937c91916b1b5162e49e996708eb456e67 (diff) | |
download | aports-244d70926be696fe7d4491c549aecfe8c8dba562.tar.bz2 aports-244d70926be696fe7d4491c549aecfe8c8dba562.tar.xz |
main/freeswitch-sounds-fr-*: move from testing
ref #4422
Diffstat (limited to 'main/freeswitch-sounds-fr-fr-sibylle-8000/APKBUILD')
-rw-r--r-- | main/freeswitch-sounds-fr-fr-sibylle-8000/APKBUILD | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/main/freeswitch-sounds-fr-fr-sibylle-8000/APKBUILD b/main/freeswitch-sounds-fr-fr-sibylle-8000/APKBUILD new file mode 100644 index 0000000000..7ff6c24ab7 --- /dev/null +++ b/main/freeswitch-sounds-fr-fr-sibylle-8000/APKBUILD @@ -0,0 +1,28 @@ +# Maintainer: Natanael Copa <ncopa@alpinelinux.org> +pkgname=freeswitch-sounds-fr-fr-sibylle-8000 +pkgver=0.1.3 +pkgrel=0 +pkgdesc="Sounds for freeswitch French" +url="http://www.archive.org/details/FrenchAudioFilesForFreeswitch" +arch="all" +license="CC-3.0" +depends= +makedepends= +install= +subpackages= + +source="http://www.archive.org/download/FrenchAudioFilesForFreeswitch/freeswitch-sounds-fr-fr-sibylle-8000-$pkgver.tar.gz" + +_builddir="$srcdir"/$pkgname-$pkgver + +build() { + return 0 +} + +package() { + mkdir -p "$pkgdir"/usr/sounds/ + cp -ra "$srcdir"/fr "$pkgdir"/usr/sounds + chown -R root:root "$pkgdir"/usr/sounds +} + +md5sums="b23cf14c59fcbe1a2cce1925d3546204 freeswitch-sounds-fr-fr-sibylle-8000-0.1.3.tar.gz" |