diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2010-07-19 15:51:27 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2010-07-19 16:00:49 +0000 |
commit | adaea81fd6f75090711f93717d3134d6003a2371 (patch) | |
tree | 413a5d5d122214b9e668f0c2a4b28eeb306edfeb /testing/freeswitch-sounds-music-8000 | |
parent | 18d9f9af03c9797a0cb68c105b281e52900564fd (diff) | |
download | aports-adaea81fd6f75090711f93717d3134d6003a2371.tar.bz2 aports-adaea81fd6f75090711f93717d3134d6003a2371.tar.xz |
testing/freeswitch-sounds-music-8000: new aport
Sounds for freeswitch Music
http://files.freeswitch.org/
Diffstat (limited to 'testing/freeswitch-sounds-music-8000')
-rw-r--r-- | testing/freeswitch-sounds-music-8000/APKBUILD | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/testing/freeswitch-sounds-music-8000/APKBUILD b/testing/freeswitch-sounds-music-8000/APKBUILD new file mode 100644 index 0000000000..9cf9655bb5 --- /dev/null +++ b/testing/freeswitch-sounds-music-8000/APKBUILD @@ -0,0 +1,27 @@ +# 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/" +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" + |