diff options
author | Jeff Bilyk <jbilyk@gmail.com> | 2006-02-01 18:18:47 +0000 |
---|---|---|
committer | Jeff Bilyk <jbilyk@gmail.com> | 2006-02-01 18:18:47 +0000 |
commit | 3196418bad03f30a8a8bc833cda9a2e0fe8d18b2 (patch) | |
tree | 260123b2b79ff1b44a69ca645ace1f816179ab74 /testing | |
parent | f9425febd1328c0bda9bafd70d7480a7b9551887 (diff) | |
download | aports-3196418bad03f30a8a8bc833cda9a2e0fe8d18b2.tar.bz2 aports-3196418bad03f30a8a8bc833cda9a2e0fe8d18b2.tar.xz |
main/freeswitch-sounds-es-mx-maria-44100: moved from testing
ref #996
Diffstat (limited to 'testing')
-rw-r--r-- | testing/freeswitch-sounds-es-mx-maria-44100/APKBUILD | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/testing/freeswitch-sounds-es-mx-maria-44100/APKBUILD b/testing/freeswitch-sounds-es-mx-maria-44100/APKBUILD deleted file mode 100644 index 5474fb0461..0000000000 --- a/testing/freeswitch-sounds-es-mx-maria-44100/APKBUILD +++ /dev/null @@ -1,27 +0,0 @@ -# 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" |