updated on Mon Jan 16 12:07:49 UTC 2012
[aur-mirror.git] / gvcall / PKGBUILD
blob8a4f7d391464d119d0a43d14a04c2cb6a2f460dc
1 # Contributor: JWC < bulk aaattt jwcxz dddoottt c0m >
2 pkgname=gvcall
3 pkgver=1.0
4 pkgrel=1
5 pkgdesc="A utility for making calls with Google Voice and VoIP services using Linphone"
6 arch=('any')
7 url="http://jwcxz.com/projects/gvcall"
8 license=('custom')
9 depends=('python' 'python-pygooglevoice' 'linphone')
10 source=($url/$pkgname-$pkgver.tgz)
11 md5sums=('d8c010285b80cfcfe2415efbb8d2f746')
13 build() {
14                 msg "Nothing to compile for $pkgname"
17 package() {
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."