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 /testing/freeswitch-sounds-fr-ca-june-8000 | |
parent | a215f1937c91916b1b5162e49e996708eb456e67 (diff) | |
download | aports-244d70926be696fe7d4491c549aecfe8c8dba562.tar.bz2 aports-244d70926be696fe7d4491c549aecfe8c8dba562.tar.xz |
main/freeswitch-sounds-fr-*: move from testing
ref #4422
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, 0 insertions, 28 deletions
diff --git a/testing/freeswitch-sounds-fr-ca-june-8000/APKBUILD b/testing/freeswitch-sounds-fr-ca-june-8000/APKBUILD deleted file mode 100644 index 6068c06ad9..0000000000 --- a/testing/freeswitch-sounds-fr-ca-june-8000/APKBUILD +++ /dev/null @@ -1,28 +0,0 @@ -# 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" |