summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2012-05-02 06:28:47 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2012-05-02 06:28:47 +0000
commit28d2227700baae0f79c0533fd9f9c587f36a96bd (patch)
tree98767b9c7b3d9e06adec2f3d65de0a8394460af2
parentcb4e6eb4fe03a6546a6a83f0c3cbcd08aea2e0da (diff)
downloadaports-28d2227700baae0f79c0533fd9f9c587f36a96bd.tar.bz2
aports-28d2227700baae0f79c0533fd9f9c587f36a96bd.tar.xz
testing/freeswitch-sounds-music-8000: removed. is in main.
-rw-r--r--testing/freeswitch-sounds-music-8000/APKBUILD28
1 files changed, 0 insertions, 28 deletions
diff --git a/testing/freeswitch-sounds-music-8000/APKBUILD b/testing/freeswitch-sounds-music-8000/APKBUILD
deleted file mode 100644
index 64a18301a..000000000
--- a/testing/freeswitch-sounds-music-8000/APKBUILD
+++ /dev/null
@@ -1,28 +0,0 @@
-# Contributor:
-# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
-pkgname=freeswitch-sounds-music-8000
-pkgver=1.0.8
-pkgrel=0
-pkgdesc="Sounds for freeswitch Music"
-url="http://files.freeswitch.org/"
-arch="all"
-license="unknown"
-depends=
-makedepends=
-install=
-subpackages=
-source="http://files.freeswitch.org/freeswitch-sounds-music-8000-$pkgver.tar.gz"
-
-_builddir="$srcdir"/$pkgname-$pkgver
-
-build() {
- return 0
-}
-
-package() {
- mkdir -p "$pkgdir"/usr/sounds/
- cp -ra "$srcdir"/ "$pkgdir"/usr/sounds
-}
-
-md5sums="f63ef3cc3507af079ae5c7b8b8a01e42 freeswitch-sounds-music-8000-$pkgver.tar.gz"
-