updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / teamspeakctrl / PKGBUILD
blob9ef2db031fe76323f616c370cb0e74f492ba6113
1 pkgname=teamspeakctrl
2 pkgver=0.5
3 pkgrel=1
4 pkgdesc="A script to send keyboard input directly to ts2 even when it is not in focus."
5 arch=(i686 x86_64)
6 url="http://np1.pp.fi/ventriloctrl/"
7 license=('unknown')
8 source=(http://www.calebgray.com/uploads/ventriloctrl/ventriloctrl-0.5.zip)
9 md5sums=('09e819e982804df66d4c46558d922b98')
10 makedepends=('unzip')
12 build() {
13         cd $startdir/src/ventriloctrl-$pkgver
14         patch -p1 -i $startdir/teamspeak.patch || return 1
15         make || return 1
16         install -d $startdir/pkg/usr/bin/
17         cp ventriloctrl $startdir/pkg/usr/bin/teamspeakctrl