diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2013-06-13 08:28:19 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2013-06-13 08:29:20 +0000 |
commit | ff85d58f989913ca0b5915b4fb9599d2bd4fbb0e (patch) | |
tree | b65e0eb32150a58a2d66367a216b6ab8966b1fe8 /testing/freeswitch-sounds-fr-ca-june-8000 | |
parent | 648efa9391477f923e5b63c3e4ddb8f309fa3d62 (diff) | |
download | aports-ff85d58f989913ca0b5915b4fb9599d2bd4fbb0e.tar.bz2 aports-ff85d58f989913ca0b5915b4fb9599d2bd4fbb0e.tar.xz |
testing/freeswitch-sounds-fr-ca-june: new aport
Sounds for freeswitch French
http://files.freeswitch.org/
Diffstat (limited to 'testing/freeswitch-sounds-fr-ca-june-8000')
-rw-r--r-- | testing/freeswitch-sounds-fr-ca-june-8000/APKBUILD | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/testing/freeswitch-sounds-fr-ca-june-8000/APKBUILD b/testing/freeswitch-sounds-fr-ca-june-8000/APKBUILD new file mode 100644 index 0000000000..6068c06ad9 --- /dev/null +++ b/testing/freeswitch-sounds-fr-ca-june-8000/APKBUILD @@ -0,0 +1,28 @@ +# Maintainer: Natanael Copa <ncopa@alpinelinux.org> +pkgname=freeswitch-sounds-fr-ca-june-8000 +pkgver=1.0.18 +pkgrel=0 +pkgdesc="Sounds for freeswitch French" +url="http://files.freeswitch.org/" +arch="noarch" +license="unknown" +depends= +makedepends= +install= +subpackages= +source="http://files.freeswitch.org/$pkgname-$pkgver.tar.gz" +_sounds=/usr/share/freeswitch/sounds + +build() { + return 0 +} + +package() { + mkdir -p "$pkgdir"/$_sounds/ + cp -ra "$srcdir"/fr "$pkgdir"/$_sounds + chown -R root:root "$pkgdir"/$_sounds +} + +md5sums="95109a111cd641357c8c736e38fa1ea1 freeswitch-sounds-fr-ca-june-8000-1.0.18.tar.gz" +sha256sums="f7fd5c84ff9b1c1929167a4b33f38d6770a44c5bcad4e5f96b86e3165bfd05d4 freeswitch-sounds-fr-ca-june-8000-1.0.18.tar.gz" +sha512sums="82640dda13288d911b21fd1beb83f08d5a8497d35e2cdb6438c072bdf81981b1836f91be098cfeb42eb10278170a923cfa120113e8d6329bc94742a1b184396b freeswitch-sounds-fr-ca-june-8000-1.0.18.tar.gz" |