From b76222085cfb1f09d8e30e962b2fc3afb5af0567 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Fri, 1 Jul 2011 12:45:39 +0000 Subject: testing/freeswitch-sounds-es-mx-maria-44100: rename dir to match pkgname --- .../freeswitch-sounds-es-mx-maria-44100/APKBUILD | 27 ++++++++++++++++++++++ testing/freeswitch-sounds-es-mx-maria/APKBUILD | 27 ---------------------- 2 files changed, 27 insertions(+), 27 deletions(-) create mode 100644 testing/freeswitch-sounds-es-mx-maria-44100/APKBUILD delete mode 100644 testing/freeswitch-sounds-es-mx-maria/APKBUILD diff --git a/testing/freeswitch-sounds-es-mx-maria-44100/APKBUILD b/testing/freeswitch-sounds-es-mx-maria-44100/APKBUILD new file mode 100644 index 000000000..7e5afb118 --- /dev/null +++ b/testing/freeswitch-sounds-es-mx-maria-44100/APKBUILD @@ -0,0 +1,27 @@ +# Contributor: +# Maintainer: Natanael Copa +pkgname=freeswitch-sounds-es-mx-maria-44100 +pkgver="0" +pkgrel=0 +pkgdesc="Sounds for freeswitch Spanish" +url="http://files.freeswitch.org/" +arch="all" +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"/ "$pkgdir"/usr/sounds +} + +md5sums="a83a2e994741e4085016873d2d1c69a4 freeswitch-sounds-es-mx-maria-44100.tar.gz" diff --git a/testing/freeswitch-sounds-es-mx-maria/APKBUILD b/testing/freeswitch-sounds-es-mx-maria/APKBUILD deleted file mode 100644 index 7e5afb118..000000000 --- a/testing/freeswitch-sounds-es-mx-maria/APKBUILD +++ /dev/null @@ -1,27 +0,0 @@ -# Contributor: -# Maintainer: Natanael Copa -pkgname=freeswitch-sounds-es-mx-maria-44100 -pkgver="0" -pkgrel=0 -pkgdesc="Sounds for freeswitch Spanish" -url="http://files.freeswitch.org/" -arch="all" -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"/ "$pkgdir"/usr/sounds -} - -md5sums="a83a2e994741e4085016873d2d1c69a4 freeswitch-sounds-es-mx-maria-44100.tar.gz" -- cgit v1.2.3