diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2011-07-01 12:45:39 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2011-07-03 19:08:02 +0000 |
commit | b76222085cfb1f09d8e30e962b2fc3afb5af0567 (patch) | |
tree | 5055bd3231ec52f1729f0a64497a77e09fad4b31 /testing/freeswitch-sounds-es-mx-maria | |
parent | 7a953043a9dd59d4a9303ea73fba68ef72014d06 (diff) | |
download | aports-b76222085cfb1f09d8e30e962b2fc3afb5af0567.tar.bz2 aports-b76222085cfb1f09d8e30e962b2fc3afb5af0567.tar.xz |
testing/freeswitch-sounds-es-mx-maria-44100: rename dir
to match pkgname
Diffstat (limited to 'testing/freeswitch-sounds-es-mx-maria')
-rw-r--r-- | testing/freeswitch-sounds-es-mx-maria/APKBUILD | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/testing/freeswitch-sounds-es-mx-maria/APKBUILD b/testing/freeswitch-sounds-es-mx-maria/APKBUILD deleted file mode 100644 index 7e5afb1189..0000000000 --- a/testing/freeswitch-sounds-es-mx-maria/APKBUILD +++ /dev/null @@ -1,27 +0,0 @@ -# Contributor: -# Maintainer: Natanael Copa <ncopa@alpinelinux.org> -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" |