updated on Wed Jan 11 08:01:35 UTC 2012
[aur-mirror.git] / teamspeak3-soundpack-portal / PKGBUILD
blobc0a7f9c7f3c3c1ad5cc70dd57e58139b43bf6d22
1 # Maintainer: Stefan Seering <stefanarch@gmx.de>
2 pkgname='teamspeak3-soundpack-portal'
3 pkgver=1
4 pkgrel=3
5 pkgdesc='Soundpack for Teamspeak 3. Making it sound like the game Portal.'
6 arch=('any')
7 url='http://addons.teamspeak.com/directory/skins/sound-packs/Portal-Sound-Pack.html'
8 license=('Unknown')
9 depends=('teamspeak3')
10 source=('portal.zip::http://addons.teamspeak.com/index.php?option=com_mtree&task=att_download&link_id=118&cf_id=24')
11 sha1sums=('0eed9e5cef5d87097db56fe8ba21df75720a4df0')
13 package() {
14   cd "$srcdir/sound"
15   mkdir -p "$pkgdir/opt/teamspeak3/sound"
16   find portal -type f -exec chmod a-x {} \+
17   cp -R portal "$pkgdir/opt/teamspeak3/sound"
20 # vim:set ts=2 sw=2 et: