updated on Thu Jan 12 20:00:29 UTC 2012
[aur-mirror.git] / googlecl / PKGBUILD
blob6adf1019fbb2b86dc0e2612ef07e613ef3b9da29
1 # Maintainer: Mikael Eriksson <mikael_eriksson@miffe.org>
3 pkgname=googlecl
4 pkgver=0.9.13
5 pkgrel=2
6 pkgdesc="Command line tools for the Google Data APIs"
7 arch=('any')
8 url="http://code.google.com/p/googlecl/"
9 license=('APACHE')
10 depends=('python-gdata')
11 source=(http://googlecl.googlecode.com/files/googlecl-$pkgver.tar.gz)
12 md5sums=('83252f69fd9b7ce0720af1aabb4ebf09')
14 build() {
15   cd "$srcdir/googlecl-$pkgver"
17   sed -i '1c#!/usr/bin/python2' src/google
19   python2 setup.py install --prefix=/usr --root=$pkgdir
21   install -Dm644 man/google.1 "${pkgdir}/usr/share/man/man1/google.1"
24 # vim:set ts=2 sw=2 et: