1 # Contributor: JWC < bulk aaattt jwcxz dddoottt c0m >
5 pkgdesc="A utility for making calls with Google Voice and VoIP services using Linphone"
7 url="http://jwcxz.com/projects/gvcall"
9 depends=('python' 'python-pygooglevoice' 'linphone')
10 source=($url/$pkgname-$pkgver.tgz)
11 md5sums=('d8c010285b80cfcfe2415efbb8d2f746')
14 msg "Nothing to compile for $pkgname"
18 cd $srcdir/$pkgname-$pkgver/
19 install -Dm755 gvcall $pkgdir/usr/bin/gvcall
20 install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
21 install -Dm644 README $pkgdir/usr/share/doc/$pkgname/README
23 msg "It is recommended to read the README (or information on the website) at some point."