1 # Maintainer: Frederik "Freso" S. Olesen
2 pkgname=teamspeak3-soundpack-rc1-female
5 pkgdesc="Soundpack for Teamspeak 3 from the RC1 release. Features a British female voice."
7 url="http://addons.teamspeak.com/directory/skins/sound-packs/TS3-RC1-Female-Sound-Pack-%28Brit%29.html"
11 source=('http://pictures.pureinsomnia.com/TS3-RC1 Female.zip')
12 md5sums=('16890af67434016677540483ea162ab2')
13 sha1sums=('61245a8c70cbf9789579a21e8e6ee0f42a5fe0b3')
16 _zipdir="TS3-RC1 Female"
18 install -d "$pkgdir/opt/teamspeak3/sound/$_zipdir"
19 install -m644 -t "$pkgdir/opt/teamspeak3/sound/$_zipdir" *.*
22 # vim:set ts=2 sw=2 et: